UNPKG

@bos-alpha/progress

Version:

进度管理

8 lines (7 loc) 196 B
interface PropsType { visible: boolean; onCancel: () => void; onOk: () => void; } export declare const ImportModal: ({ visible, onCancel, onOk }: PropsType) => JSX.Element; export {};