sup static method

DomProps sup([
  1. Map? backingMap
])

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

Implementation

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