MdComponentProps

Type Alias MdComponentProps 

Source
pub type MdComponentProps = MdComponentProps<Html>;

Aliased Type§

pub struct MdComponentProps {
    pub attributes: BTreeMap<String, String>,
    pub children: VNode,
}

Fields§

§attributes: BTreeMap<String, String>§children: VNode