time static method

DomProps time([
  1. Map? backingMap
])

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

Implementation

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