pub type ChildrenFn = Box<dyn Fn(Scope) -> Fragment>;
A type for the children property on components that can be called more than once.
children