Type Alias leptos::ChildrenFn

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

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

Aliased Type§

struct ChildrenFn { /* private fields */ }