UNPKG

@bos-alpha/progress

Version:

进度管理

8 lines (7 loc) 195 B
interface PropsType { cptKey?: string; fetching?: boolean; cptInfoList: any; } export declare const CptInfo: ({ cptKey, fetching, cptInfoList }: PropsType) => JSX.Element; export {};