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