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 af186f8 commit 1e34681Copy full SHA for 1e34681
packages/effects/plugins/src/vxe-table/index.ts
@@ -3,4 +3,4 @@ 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 } from 'vxe-table';
+export type { VxeGridListeners, VxeGridProps,VxeGridPropTypes } from 'vxe-table';
0 commit comments