index.ts 280 B

12345678910
  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 {
  6. VxeGridListeners,
  7. VxeGridProps,
  8. VxeGridPropTypes,
  9. } from 'vxe-table';