UNPKG

@hhgtech/hhg-components

Version:
7 lines (6 loc) 205 B
import React from 'react'; export declare const ConfirmClosePopup: ({ opened, onCancel, onClose, }: { opened: boolean; onCancel: () => void; onClose: () => void; }) => React.JSX.Element;