th static method

DomProps th([
  1. Map? backingMap
])

Returns a new builder that renders a <th> tag with getters/setters for all DOM-related React props, optionally backed by a specified map.

Implementation

static DomProps th([Map? backingMap]) => DomProps(react.th, backingMap);