h3
ReactElement
h3(
Creates an <h3> element.
Implementation
ReactElement h3([Map<String, Object?>? props, List<ReactElement>? children]) =>
domElement('h3', props, children);
ReactElement
h3(
Creates an <h3> element.
ReactElement h3([Map<String, Object?>? props, List<ReactElement>? children]) =>
domElement('h3', props, children);