blockquote static method

DomProps blockquote([
  1. Map? backingMap
])

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

Implementation

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