2024-10-04 23:05:28 +08:00
|
|
|
export { setupVbenVxeTable } from './init';
|
2024-12-12 22:28:03 +08:00
|
|
|
export type { VxeTableGridOptions } from './types';
|
2024-10-04 23:05:28 +08:00
|
|
|
export * from './use-vxe-grid';
|
2024-11-06 21:44:02 +08:00
|
|
|
|
2024-12-12 22:28:03 +08:00
|
|
|
export { default as VbenVxeGrid } from './use-vxe-grid.vue';
|
2024-10-04 23:05:28 +08:00
|
|
|
export type { VxeGridListeners, VxeGridProps } from 'vxe-table';
|