UNPKG

@knovator/pagecreator-admin

Version:
5 lines (4 loc) 247 B
/// <reference types="react" /> import { ConfirmPopoverProps } from '../../../types'; declare const ConfirmPopOver: ({ children, onConfirm, title, confirmText, cancelText, }: ConfirmPopoverProps) => JSX.Element; export default ConfirmPopOver;