import type { PropsWithChildren } from 'react'; export interface EmptyObject { } export type ContextExProviderProps = PropsWithChildren<{ required?: boolean; } & T>; //# sourceMappingURL=ContextExProviderProps.d.ts.map