mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-08 15:41:08 +08:00
* feat: table search form visible control * chore: fix docs and demo * chore: type error fixed
7 lines
255 B
TypeScript
7 lines
255 B
TypeScript
export { setupVbenVxeTable } from './init';
|
|
export type { VxeTableGridOptions } from './types';
|
|
export * from './use-vxe-grid';
|
|
|
|
export { default as VbenVxeGrid } from './use-vxe-grid.vue';
|
|
export type { VxeGridListeners, VxeGridProps } from 'vxe-table';
|