This commit is contained in:
dap
2025-05-28 17:13:50 +08:00
7 changed files with 96 additions and 8 deletions

View File

@@ -2,8 +2,8 @@ export { setupVbenVxeTable } from './init';
export type { VxeTableGridOptions } from './types';
export * from './use-vxe-grid';
export { default as VbenVxeGrid } from './use-vxe-grid.vue';
export type { VxeGridDefines } from 'vxe-table';
export type {
VxeGridDefines,
VxeGridListeners,
VxeGridProps,
VxeGridPropTypes,