pub type ChildrenFn = Arc<dyn Fn() -> AnyView + Send + Sync>;
A type for the children property on components that can be called more than once.
children
pub struct ChildrenFn { /* private fields */ }