Merge pull request #5673 from yangdan8/3.4.0更新d.ts

table中下载时的callback函数添加参数data
This commit is contained in:
Aresn 2019-04-26 15:49:09 +08:00 committed by GitHub
commit a68eb50f67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
types/table.d.ts vendored
View file

@ -432,7 +432,7 @@ export declare interface TableExportCsvParams {
/**
*
*/
callback?: () => void;
callback?: (data?: any) => void;
/**
* (,)
* @default ,