UNPKG

@bos-alpha/progress

Version:

进度管理

7 lines (6 loc) 166 B
interface PropsType { isLoading: boolean; tableData: any[]; } export declare const Simulate: ({ isLoading, tableData }: PropsType) => JSX.Element; export {};