ol static method

DomProps ol([
  1. Map? backingMap
])

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

Implementation

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