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