An ExoticComponent with a propTypes property applied to it.

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

Type Parameters

  • P

    The props the component accepts.

Hierarchy (View Summary)

  • Parameters

    • props: P

    Returns ReactNode

Properties

Properties

$$typeof: symbol