ElementType
Summary
Any valid element type accepted by JSX or import('./create-element.ts').createElement.
stringfor host elements (e.g., 'div')Functionfor user components
Signature
type ElementType = string | Function;
Any valid element type accepted by JSX or import('./create-element.ts').createElement.
string for host elements (e.g., 'div')Function for user componentstype ElementType = string | Function;