Type Definition leptos::Children

source ·
pub type Children = Box<dyn FnOnce(Scope) -> Fragment>;
Expand description

The most common type for the children property on components, which can only be called once.