liu
4 天以前 b03108422a2f35efed279ff3061e5cf3142f76e3
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;