UNPKG

antdv-eoi

Version:

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

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