Skip to content

Commit 5330451

Browse files
authored
fix: Update index.ts (vbenjs#6268)
* Update index.ts VxeGridPropTypes.原文件缺少这个,现在补全! * Update index.ts 增加空格!
1 parent 6fbf138 commit 5330451

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/effects/plugins/src/vxe-table

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)