Skip to content

Commit 1e34681

Browse files
authored
Update index.ts
VxeGridPropTypes.原文件缺少这个,现在补全!
1 parent af186f8 commit 1e34681

File tree

1 file changed

+1
-1
lines changed
  • packages/effects/plugins/src/vxe-table

1 file changed

+1
-1
lines changed

packages/effects/plugins/src/vxe-table/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ export type { VxeTableGridOptions } from './types';
33
export * from './use-vxe-grid';
44

55
export { default as VbenVxeGrid } from './use-vxe-grid.vue';
6-
export type { VxeGridListeners, VxeGridProps } from 'vxe-table';
6+
export type { VxeGridListeners, VxeGridProps,VxeGridPropTypes } from 'vxe-table';

0 commit comments

Comments
 (0)