mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-08 11:21:27 +08:00
5 lines
218 B
TypeScript
5 lines
218 B
TypeScript
export { setupVbenVxeTable } from './init';
|
|
export * from './use-vxe-grid';
|
|
export { default as VbenVxeGrid } from './use-vxe-grid.vue';
|
|
export type { VxeGridDefines, VxeGridListeners, VxeGridProps } from 'vxe-table';
|