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;