UNPKG

ant-design-vue

Version:

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

8 lines (7 loc) 234 B
import { ModalFuncProps } from './Modal'; export default function confirm(config: ModalFuncProps & { parentContext?: any; }): { destroy: (this: any, ...args: any[]) => void; update: (newConfig: ModalFuncProps) => void; };