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

    Type Parameters

    • P

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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