Type Alias FragmentProps

Source
pub type FragmentProps = OptionalChildrenProps;

Aliased Type§

pub struct FragmentProps {
    pub children: Option<Children>,
}

Fields§

§children: Option<Children>