zhangwencui
2026-07-14 d171971461713d9d6d9ccb989fa2195d7d9ee1c6
src/packages/effects/plugins/src/vxe-table/types.ts
@@ -8,13 +8,13 @@
import type { Ref } from 'vue';
import type { ClassType, DeepPartial } from '..\..\..\..\types\src';
import type { ClassType, DeepPartial } from '../../../../types/src';
import type { BaseFormComponentType, VbenFormProps } from '..\..\..\..\@core\ui-kit\form-ui\src';
import type { BaseFormComponentType, VbenFormProps } from '../../../../@core/ui-kit/form-ui/src';
import type { VxeGridApi } from './api';
import { useVbenForm } from '..\..\..\..\@core\ui-kit\form-ui\src';
import { useVbenForm } from '../../../../@core/ui-kit/form-ui/src';
export interface VxePaginationInfo {
  currentPage: number;