react / createElement
| Parameter | Type | 
|---|---|
| type | "input" | 
| props? | null|InputHTMLAttributes<HTMLInputElement> &ClassAttributes<HTMLInputElement> | 
| ... children? | ReactNode[] | 
DetailedReactHTMLElement<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>
.pnpm/@types+react@18.3.11/node_modules/@types/react/ts5.0/index.d.ts:522
| Type Parameter | 
|---|
| PextendsHTMLAttributes<T,P> | 
| TextendsHTMLElement | 
| Parameter | Type | 
|---|---|
| type | keyof ReactHTML | 
| props? | null|ClassAttributes<T> &P | 
| ... children? | ReactNode[] | 
DetailedReactHTMLElement<P, T>
.pnpm/@types+react@18.3.11/node_modules/@types/react/ts5.0/index.d.ts:527
| Type Parameter | 
|---|
| PextendsSVGAttributes<T,P> | 
| TextendsSVGElement | 
| Parameter | Type | 
|---|---|
| type | keyof ReactSVG | 
| props? | null|ClassAttributes<T> &P | 
| ... children? | ReactNode[] | 
ReactSVGElement
.pnpm/@types+react@18.3.11/node_modules/@types/react/ts5.0/index.d.ts:532
| Type Parameter | 
|---|
| PextendsDOMAttributes<T,P> | 
| TextendsElement | 
| Parameter | Type | 
|---|---|
| type | string | 
| props? | null|ClassAttributes<T> &P | 
| ... children? | ReactNode[] | 
DOMElement<P, T>
.pnpm/@types+react@18.3.11/node_modules/@types/react/ts5.0/index.d.ts:537
| Type Parameter | 
|---|
| Pextendsobject | 
| Parameter | Type | 
|---|---|
| type | FunctionComponent<P> | 
| props? | null|Attributes&P | 
| ... children? | ReactNode[] | 
FunctionComponentElement<P>
.pnpm/@types+react@18.3.11/node_modules/@types/react/ts5.0/index.d.ts:545
| Type Parameter | 
|---|
| Pextendsobject | 
| TextendsComponent<P,any,any,T> | 
| CextendsComponentClass<P,any,C> | 
| Parameter | Type | 
|---|---|
| type | ClassType<P,T,C> | 
| props? | null|ClassAttributes<T> &P | 
| ... children? | ReactNode[] | 
CElement<P, T>
.pnpm/@types+react@18.3.11/node_modules/@types/react/ts5.0/index.d.ts:550
| Type Parameter | 
|---|
| Pextendsobject | 
| Parameter | Type | 
|---|---|
| type | string|FunctionComponent<P> |ComponentClass<P,any> | 
| props? | null|Attributes&P | 
| ... children? | ReactNode[] | 
ReactElement<P>
.pnpm/@types+react@18.3.11/node_modules/@types/react/ts5.0/index.d.ts:555