ol constructor
const
ol(})
The <ol> HTML element represents an ordered list of items — typically rendered as a numbered list.
Implementation
const ol(
this.children, {
this.reversed = false,
this.start,
this.type,
this.id,
this.classes,
this.styles,
this.attributes,
this.events,
super.key,
});