ContextExProviderProps<T>: PropsWithChildren<{
    required?: boolean;
} & T>

Type Parameters