fix: Update index.ts (#6268)

* Update index.ts

VxeGridPropTypes.原文件缺少这个,现在补全!

* Update index.ts

增加空格!
This commit is contained in:
liqiang0330
2025-05-26 13:29:27 +08:00
committed by GitHub
parent 6fbf1387f5
commit 53304514b6

View File

@@ -3,4 +3,4 @@ export type { VxeTableGridOptions } from './types';
export * from './use-vxe-grid'; export * from './use-vxe-grid';
export { default as VbenVxeGrid } from './use-vxe-grid.vue'; export { default as VbenVxeGrid } from './use-vxe-grid.vue';
export type { VxeGridListeners, VxeGridProps } from 'vxe-table'; export type { VxeGridListeners, VxeGridProps, VxeGridPropTypes } from 'vxe-table';