Type Definition leptos::ChildrenFn

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

A type for the children property on components that can be called more than once.