abbr static method

DomProps abbr([
  1. Map? backingMap
])

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

Implementation

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