Module seed::prelude

source ·
Expand description

Introduce El into the global namespace for convenience (It will be repeated often in the output type of components), and UpdateEl, which is required for element-creation macros.

Re-exports

pub use crate::dom_types::El;
pub use crate::dom_types::UpdateEl;
pub use crate::dom_types::simple_ev;
pub use crate::dom_types::input_ev;
pub use crate::dom_types::keyboard_ev;
pub use crate::dom_types::raw_ev;