gaoluyang
2026-06-24 bfdc0e0e6d5e47aa501f9b6fadd143d9c97cf00a
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;