diff --git a/src/components/RTable/src/types.ts b/src/components/RTable/src/types.ts index f0c88a1d..b70d40b2 100644 --- a/src/components/RTable/src/types.ts +++ b/src/components/RTable/src/types.ts @@ -9,7 +9,7 @@ import type { } from 'naive-ui' import type { VNode } from 'vue' import type { Recordable } from '@/types' -import type { PrintDomOptions } from '@/utils' +import type { PrintDomOptions } from '@/utils/dom' export type TableActionIcon = string | (() => VNode)