fix: 修复PrintDomOptions类型错误问题

This commit is contained in:
XiaoDaiGua-Ray 2024-03-23 11:29:41 +08:00
parent bed8432cda
commit 5c52f2f88c

View File

@ -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)