El.raw constructor
const
El.raw(})
Const constructor for El when no event callback shorthand is needed.
Implementation
const El.raw(
super.tag, {
super.text,
super.className,
super.style,
super.attrs,
super.on,
super.children = const [],
});