We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31360b commit 96a10caCopy full SHA for 96a10ca
packages/effects/plugins/src/vxe-table/index.ts
@@ -3,4 +3,8 @@ export type { VxeTableGridOptions } from './types';
3
export * from './use-vxe-grid';
4
5
export { default as VbenVxeGrid } from './use-vxe-grid.vue';
6
-export type { VxeGridListeners, VxeGridProps, VxeGridPropTypes } from 'vxe-table';
+export type {
7
+ VxeGridListeners,
8
+ VxeGridProps,
9
+ VxeGridPropTypes,
10
+} from 'vxe-table';
0 commit comments