Type Alias: Component()<T>

Estimated reading time: less than 1 minute
type Component<T> = (this, props) => JSX.Element

Type Parameters

T

T = { }

Parameters

this

void

props

PropsWithChildren<T>

Returns

JSX.Element