pub type MdComponentProps = MdComponentProps<Element>;Aliased Type§
pub struct MdComponentProps {
pub attributes: BTreeMap<String, String>,
pub children: Result<VNode, RenderError>,
}Fields§
§attributes: BTreeMap<String, String>§children: Result<VNode, RenderError>