hr static method

DomProps hr([
  1. Map? backingMap
])

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

Implementation

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