UNPKG

widely

Version:
11 lines (10 loc) 440 B
import OriginModal from './Modal'; import { ModalStaticFunctions, modalGlobalConfig } from 'antd/lib/modal/confirm'; export { ActionButtonProps } from 'antd/lib/modal/ActionButton'; export { ModalProps, ModalFuncProps } from './Modal'; declare type ModalType = typeof OriginModal & ModalStaticFunctions & { destroyAll: () => void; config: typeof modalGlobalConfig; }; declare const Modal: ModalType; export default Modal;