th

ReactElement th([

  1. Map<String, Object?>? props,
  2. List<ReactElement>? children
])

Creates a <th> element.

Implementation

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