Skip to content

Commit 96a10ca

Browse files
authored
style: fix lint error (#6298)
1 parent f31360b commit 96a10ca

File tree

1 file changed

+5
-1
lines changed
  • packages/effects/plugins/src/vxe-table

1 file changed

+5
-1
lines changed

packages/effects/plugins/src/vxe-table/index.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,8 @@ export type { VxeTableGridOptions } from './types';
33
export * from './use-vxe-grid';
44

55
export { default as VbenVxeGrid } from './use-vxe-grid.vue';
6-
export type { VxeGridListeners, VxeGridProps, VxeGridPropTypes } from 'vxe-table';
6+
export type {
7+
VxeGridListeners,
8+
VxeGridProps,
9+
VxeGridPropTypes,
10+
} from 'vxe-table';

0 commit comments

Comments
 (0)