Repository URL to install this package:
|
Version:
0.4.44 ▾
|
import React from "react";
type Props = {
message: string;
onConfirm: () => void;
onCancel: () => void;
};
export declare function ConfirmDialog({ message, onConfirm, onCancel }: Props): React.JSX.Element;
export {};
//# sourceMappingURL=ConfirmDialog.d.ts.map