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