remix/ui/jsx-dev-runtime · TypeView Source
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;