Latest updates from IceHrmPro
This commit is contained in:
7
web/node_modules/antd/es/modal/index.d.ts
generated
vendored
Normal file
7
web/node_modules/antd/es/modal/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import OriginModal from './Modal';
|
||||
import { ModalStaticFunctions } from './confirm';
|
||||
export { ActionButtonProps } from './ActionButton';
|
||||
export { ModalProps, ModalFuncProps } from './Modal';
|
||||
declare type Modal = typeof OriginModal & ModalStaticFunctions;
|
||||
declare const Modal: Modal;
|
||||
export default Modal;
|
||||
Reference in New Issue
Block a user