UNPKG

@camlin/react-confirm-modal

Version:

A customizable confirmation modal component built with React and Ant Design, allowing multiple buttons and callback actions.

3 lines (2 loc) 150 B
export { default as ConfirmModal } from './components/ConfirmModal'; export type { ConfirmModalProps, ButtonProps } from './components/ConfirmModal';