Optgroup.raw constructor
const
Optgroup.raw({})
Const constructor for <optgroup> without attribute shorthand.
Implementation
const Optgroup.raw({
super.className,
super.attrs,
super.children = const [],
}) : super('optgroup');