zhangwencui
7 天以前 f35825c1922149df154e3913d6dfebee57ee8cee
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;