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