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

Type Parameters

  • P

Hierarchy

  • NOTE: Exotic components are not callable.

    Parameters

    • props: P

    Returns ReactNode

Properties

Properties

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

Generated using TypeDoc