UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

10 lines (9 loc) 339 B
import OriginModal from './Modal'; import { ModalStaticFunctions } from './confirm'; export { ActionButtonProps } from './ActionButton'; export { ModalProps, ModalFuncProps } from './Modal'; declare type Modal = typeof OriginModal & ModalStaticFunctions & { destroyAll: () => void; }; declare const Modal: Modal; export default Modal;