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