From d501b9162144b30bb63d749f63540564a4e6cffb Mon Sep 17 00:00:00 2001 From: xuliangzhan Date: Tue, 29 Dec 2020 22:04:37 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=204.0=20next=20=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/plugins/pro.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types/plugins/pro.d.ts b/types/plugins/pro.d.ts index 02f285b2b..8dd2d2811 100644 --- a/types/plugins/pro.d.ts +++ b/types/plugins/pro.d.ts @@ -35,7 +35,7 @@ export interface VxeProPluginMethods { * @param areaConfigs 指定区域 */ setCellAreas(areaConfigs: VxeTableProDefines.CellAreaConfig[], activeArea?: { - area?: MouseCellArea; + area?: VxeTableProDefines.MouseCellArea; column: VxeTableDefines.ColumnInfo; row: RowInfo; }): Promise; @@ -44,7 +44,7 @@ export interface VxeProPluginMethods { * @param activeArea */ setActiveCellArea(activeArea: { - area: MouseCellArea; + area: VxeTableProDefines.MouseCellArea; column: VxeTableDefines.ColumnInfo; row: RowInfo; }): Promise;