@escolalms/h5p-react
    Preparing search index...

    Interface ProviderExoticComponent<P>

    An ExoticComponent with a propTypes property applied to it.

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

    Type Parameters

    • P

      The props the component accepts.

    Hierarchy (View Summary)

    Index

    Properties

    Properties

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