UNPKG

@kadconsulting/dry

Version:
5 lines (4 loc) 251 B
/// <reference types="react" /> type UseConfirmationDialogType = (message: string, onConfirm: () => void) => [() => void, () => JSX.Element | null]; declare const useConfirmationDialog: UseConfirmationDialogType; export default useConfirmationDialog;