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