a static method

DomProps a([
  1. Map? backingMap
])

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

Implementation

/// optionally backed by a specified map.
static DomProps a([Map? backingMap]) => DomProps(react.a, backingMap);