cite static method

DomProps cite([
  1. Map? backingMap
])

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

Implementation

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