UNPKG

antd

Version:

An enterprise-class UI design language and React-based implementation

5 lines (4 loc) 143 B
import { ModalFuncProps } from './Modal'; export default function confirm(config: ModalFuncProps): { destroy: (...args: any[]) => void; };