UNPKG

@datamonsterr/vdt-dashboard

Version:
13 lines 523 B
interface ConfirmationDialogProps { open: boolean; onOpenChange: (open: boolean) => void; onConfirm: () => void; title: string; description: string; confirmText?: string; cancelText?: string; variant?: 'destructive' | 'default'; } export declare function ConfirmationDialog({ open, onOpenChange, onConfirm, title, description, confirmText, cancelText, variant, }: ConfirmationDialogProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=confirmation-dialog.d.ts.map