pub fn custom<T>( kind: impl Into<String>, props: Value, children: impl IntoIterator<Item = T>, ) -> Nodewhere T: Into<ElemNode>,
Creates a custom node kind with explicit props and children.