UNPKG

@hadyfayed/filament-workflow-canvas

Version:

Visual workflow builder and canvas component for Filament applications

13 lines 325 B
interface ConfirmOptions { title: string; message: string; confirmText?: string; cancelText?: string; onConfirm: () => void; onCancel?: () => void; } export declare function useConfirm(): { confirm: (options: ConfirmOptions) => Promise<void>; }; export {}; //# sourceMappingURL=useConfirm.d.ts.map