UNPKG

ant-design-vue

Version:

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

7 lines (6 loc) 226 B
import type { ModalFuncProps } from './Modal'; declare const confirm: (config: ModalFuncProps) => { destroy: (this: any, ...args: any[]) => void; update: (newConfig: ModalFuncProps) => void; }; export default confirm;