table中下载时的callback函数添加参数data

This commit is contained in:
yangd 2019-04-19 17:18:00 +08:00
parent 228279759c
commit 744415c778

2
types/table.d.ts vendored
View file

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