mpath

ReactElement mpath([

  1. Map<String, Object?>? props
])

Creates a <mpath> element.

Implementation

ReactElement mpath([Map<String, Object?>? props]) =>
    createElement('mpath'.toJS, props != null ? createProps(props) : null);