interface ProviderExoticComponent<P> {
    $$typeof: symbol;
    propTypes?: WeakValidationMap<P>;
    (props: P): ReactNode;
}

Type Parameters

  • P

Hierarchy (View Summary)

  • NOTE: Exotic components are not callable.

    Parameters

    • props: P

    Returns ReactNode

Properties

Properties

$$typeof: symbol
propTypes?: WeakValidationMap<P>