Reference
ReactElement
React-compatible element object with typed props and element type.
Signature
type ReactElement = ReactCompatElement & { props: P; type: T }Reference
React-compatible element object with typed props and element type.
type ReactElement = ReactCompatElement & { props: P; type: T }