Reference
ReactCompatElement
React-compatible element record produced by createElement and JSX transforms.
Signature
interface ReactCompatElementMembers
$$typeof: typeof REACT_COMPAT_ELEMENT_TYPEkey: string | nullprops: P & { children?: ReactCompatNode }ref: unknowntype: ElementType<P>