UNPKG

ketcher-react

Version:
7 lines (6 loc) 207 B
declare type ConfirmProps = { onOk: () => void; onCancel: () => void; }; export declare const Confirm: ({ onOk, onCancel }: ConfirmProps) => import("react/jsx-runtime").JSX.Element; export {};