UNPKG

@dndbuilder.com/react

Version:

Drag and drop builder for React

10 lines (9 loc) 364 B
import { FC, MouseEventHandler } from 'react'; type UnsaveChangesDialogProps = { isOpen: boolean; onCancel: MouseEventHandler<HTMLButtonElement>; onConfirm: MouseEventHandler<HTMLButtonElement>; }; declare const UnsaveChangesDialog: FC<UnsaveChangesDialogProps>; export default UnsaveChangesDialog; //# sourceMappingURL=unsaved-changes-dialog.d.ts.map