UNPKG

dmeditor

Version:

dmeditor is a block-style visual editor. Data is in json format.

9 lines (8 loc) 283 B
declare const ConfirmDialog: (props: { label?: string | undefined; value?: string | undefined; visible: boolean; onConfirm: (value: string) => void; onCancel?: (() => void) | undefined; }) => import("react/jsx-runtime").JSX.Element; export default ConfirmDialog;