Skip to main content

Element

@akhaled01/voidDocs


@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.

Defined in

types/jsx.d.ts:213