zhangwencui
2026-07-10 1c1f20aa356e90b59964dda3c0d7d1eb7f7e950f
src/packages/effects/plugins/src/vxe-table/extends.ts
@@ -1,10 +1,10 @@
import type { VxeGridProps, VxeUIExport } from 'vxe-table';
import type { Recordable } from '..\..\..\..\types\src';
import type { Recordable } from '../../../../types/src';
import type { VxeGridApi } from './api';
import { formatDate, formatDateTime, isFunction } from '..\..\..\..\utils\src';
import { formatDate, formatDateTime, isFunction } from '../../../../utils/src';
export function extendProxyOptions(
  api: VxeGridApi,