ol

ReactElement ol([

  1. Map<String, Object?>? props,
  2. List<ReactElement>? children
])

Creates an <ol> element.

Implementation

ReactElement ol([Map<String, Object?>? props, List<ReactElement>? children]) =>
    domElement('ol', props, children);