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