UNPKG

choerodon-ui

Version:

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

11 lines (10 loc) 388 B
import { ModalProps, DrawerTransitionName } from './Modal'; export { ModalProps, DrawerTransitionName }; export { confirmProps, } from './utils'; export declare type modalChildrenProps = { close: () => void; update: (modalProps?: Partial<ModalProps>) => void; props: Readonly<ModalProps>; handleOk: (ok: Function) => void; handleCancel: (cancel: Function) => void; };