index.ts 203 B

12345
  1. export { setupVbenVxeTable } from './init';
  2. export * from './use-vxe-grid';
  3. export { default as VbenVxeGrid } from './use-vxe-grid.vue';
  4. export type { VxeGridListeners, VxeGridProps } from 'vxe-table';