React Hookers - v6.3.0
    Preparing search index...

    Interface DelegatedPropsContext<P>

    A context that carries props that can be consumed by descendants of a provider.

    interface DelegatedPropsContext<P> {
        context: Context<P>;
        Provider: (props: DelegatedPropsProviderProps<P>) => ReactNode;
    }

    Type Parameters

    • P

      Delegated props.

    Index

    Properties

    Properties

    context: Context<P>
    Provider: (props: DelegatedPropsProviderProps<P>) => ReactNode