Reference

ReactElement

React-compatible element object with typed props and element type.

Signature

type ReactElement = ReactCompatElement & { props: P; type: T }