UNPKG

404 BTypeScriptView Raw
1import OriginModal from './Modal';
2import { ModalStaticFunctions, modalGlobalConfig } from './confirm';
3export { ActionButtonProps } from './ActionButton';
4export { ModalProps, ModalFuncProps } from './Modal';
5declare type ModalType = typeof OriginModal & ModalStaticFunctions & {
6 destroyAll: () => void;
7 config: typeof modalGlobalConfig;
8};
9declare const Modal: ModalType;
10export default Modal;