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

    Interface ProviderProps<T>

    Describes the props accepted by a Context Provider.

    interface ProviderProps<T> {
        children?: ReactNode;
        value: T;
    }

    Type Parameters

    • T

      The type of the value the context provides.

    Index

    Properties

    Properties

    children?: ReactNode
    value: T