@pocketprep/ui-kit 3.9.0 → 3.9.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -152,13 +152,7 @@
|
|
|
152
152
|
import Icon from '../Icons/Icon.vue'
|
|
153
153
|
import { dark as vDark } from '../../directives'
|
|
154
154
|
import { computed, nextTick, onMounted, ref, useTemplateRef, watch } from 'vue'
|
|
155
|
-
|
|
156
|
-
interface IItem {
|
|
157
|
-
value?: string | null
|
|
158
|
-
label: string
|
|
159
|
-
type?: 'option' | 'link'
|
|
160
|
-
subtext?: string
|
|
161
|
-
}
|
|
155
|
+
import type { IItem } from './select'
|
|
162
156
|
|
|
163
157
|
const {
|
|
164
158
|
label = '',
|