Zoom Video SDK for React - v0.0.2
    Preparing search index...

    Interface ProviderExoticComponent<P>

    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

    Index

    Properties

    Properties

    $$typeof: symbol