index.ts 255 B

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