We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77cdd94 commit be42912Copy full SHA for be42912
packages/core/src/utils/index.ts
@@ -2,7 +2,7 @@ import type { BaseState } from '../stores/base'
2
import { getDefaultBaseState, useBaseStore } from '../stores/base'
3
import type { SettingState } from '../stores/setting'
4
import { getDefaultSettingState } from '../stores/setting'
5
-import type { Dict, DictResource } from '../types'
+import { Dict, DictResource, ShortcutKey } from '../types'
6
import { CompareResult, DictType, getDefaultDict, getDefaultWord } from '../types'
7
import { useRouter } from 'vue-router'
8
import { useRuntimeStore } from '../stores/runtime'
0 commit comments