fresh/plugin_schemas.rs
1//! Re-export of `fresh_core::plugin_schemas` so editor-side modules can
2//! address it via `crate::plugin_schemas::...` without a deeper
3//! refactor. The actual logic lives in fresh-core because the plugin
4//! runtime needs to call the validators synchronously from JS bindings.
5
6pub use fresh_core::plugin_schemas::*;