Interface ProviderExoticComponent<P>

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

Type Parameters

  • P

Hierarchy (view full)

Properties

Properties

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