Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
style: fix lint error
  • Loading branch information
mynetfan committed May 28, 2025
commit dabf0fdb3337cdfbe80cb937649dc3f85ffd1493
6 changes: 5 additions & 1 deletion packages/effects/plugins/src/vxe-table/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@ export type { VxeTableGridOptions } from './types';
export * from './use-vxe-grid';

export { default as VbenVxeGrid } from './use-vxe-grid.vue';
export type { VxeGridListeners, VxeGridProps, VxeGridPropTypes } from 'vxe-table';
export type {
VxeGridListeners,
VxeGridProps,
VxeGridPropTypes,
} from 'vxe-table';
Loading