Interface ExoticComponent<P>

interface ExoticComponent<P> {
    $$typeof: symbol;
    (props: P): null | ReactElement<any, string | JSXElementConstructor<any>>;
}

Type Parameters

  • P = {}

Hierarchy (view full)

Properties

Properties

$$typeof: symbol