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