strong static method

DomProps strong([
  1. Map? backingMap
])

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

Implementation

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