From 744415c77814f2d27925ed487a461f2b720cb652 Mon Sep 17 00:00:00 2001 From: yangd Date: Fri, 19 Apr 2019 17:18:00 +0800 Subject: [PATCH] =?UTF-8?q?table=E4=B8=AD=E4=B8=8B=E8=BD=BD=E6=97=B6?= =?UTF-8?q?=E7=9A=84callback=E5=87=BD=E6=95=B0=E6=B7=BB=E5=8A=A0=E5=8F=82?= =?UTF-8?q?=E6=95=B0data?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/table.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/table.d.ts b/types/table.d.ts index 90470014..80a05ce5 100644 --- a/types/table.d.ts +++ b/types/table.d.ts @@ -432,7 +432,7 @@ export declare interface TableExportCsvParams { /** * 添加此函数后,不会下载,而是返回数据 */ - callback?: () => void; + callback?: (data?: any) => void; /** * 数据分隔符,默认是逗号(,) * @default ,