hatchpath
ReactElement
hatchpath(
Creates a <hatchpath> element.
Implementation
ReactElement hatchpath([Map<String, Object?>? props]) =>
createElement('hatchpath'.toJS, props != null ? createProps(props) : null);
ReactElement
hatchpath(
Creates a <hatchpath> element.
ReactElement hatchpath([Map<String, Object?>? props]) =>
createElement('hatchpath'.toJS, props != null ? createProps(props) : null);