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