Reference

ReactCompatElement

React-compatible element record produced by createElement and JSX transforms.

Signature

interface ReactCompatElement

Members

$$typeof: typeof REACT_COMPAT_ELEMENT_TYPE
key: string | null
props: P & { children?: ReactCompatNode }
ref: unknown
type: ElementType<P>