Element
@akhaled01/void • Docs
@akhaled01/void / types/jsx / JSX / Element
Interface: Element
The Element interface represents the type of a JSX element.
It includes a nodeType
property, typically used to identify the type of node in the DOM.
Properties
nodeType
nodeType:
number
The type of the node in the DOM, represented by a number.