Expand description
Reratui Core - Core runtime and virtual DOM types
This crate provides the foundational types and traits for the Reratui framework.
Re-exports§
pub use component::Component;pub use layout::AnyWidget;pub use layout::BlockWrapper;pub use layout::LayoutWrapper;pub use props::ComponentProps;pub use vnode::Element;pub use vnode::PropValue;