UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

9 lines 384 B
/// <reference types="react" /> import type { DOMAttributes } from '@project44-manifest/react-types'; export interface DialogContext { isDismissable?: boolean; titleProps: DOMAttributes; onClose?: () => void; } export declare const DialogProvider: import("react").Provider<DialogContext>, useDialogContext: () => DialogContext; //# sourceMappingURL=Dialog.context.d.ts.map