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