pub type StrictModeProps = OptionalChildrenProps;
pub struct StrictModeProps { pub children: Option<Children>, }
children: Option<Children>