We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b62d04d commit 9d5cdf5Copy full SHA for 9d5cdf5
packages/vue/src/components/combobox/composables/use-combobox.ts
@@ -1,6 +1,6 @@
1
import type { PropTypes } from '@destyler/vue'
2
import type { ComputedRef } from 'vue'
3
-import type { RootEmits } from './combobox'
+import type { RootEmits } from '../namespace'
4
import type { EmitFn, Optional } from '~/types'
5
import type { CollectionItem } from '~/utils'
6
import * as combobox from '@destyler/combobox'
0 commit comments