Type Alias leptos::Children

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

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

Aliased Type§

struct Children(/* private fields */);