pub type Children = Box<dyn FnOnce(Scope) -> Fragment>;
The most common type for the children property on components, which can only be called once.
children