import { useUiAdapter } from '../adapter/useUiAdapter'; const __VLS_props = withDefaults(defineProps(), { modelValue: () => [] }); const emit = defineEmits(); const adapter = useUiAdapter(); const __VLS_defaults = { modelValue: () => [] }; const __VLS_ctx = { ...{}, ...{}, ...{}, ...{}, ...{}, }; let __VLS_components; let __VLS_intrinsics; let __VLS_directives; const __VLS_0 = (__VLS_ctx.adapter.components.MultiSelect); // @ts-ignore const __VLS_1 = __VLS_asFunctionalComponent1(__VLS_0, new __VLS_0({ ...{ 'onUpdate:modelValue': {} }, ...(__VLS_ctx.$props), })); const __VLS_2 = __VLS_1({ ...{ 'onUpdate:modelValue': {} }, ...(__VLS_ctx.$props), }, ...__VLS_functionalComponentArgsRest(__VLS_1)); let __VLS_5; const __VLS_6 = { /** @type {typeof __VLS_5.'update:modelValue'} */ 'onUpdate:modelValue': (...[$event]) => { return (__VLS_ctx.emit('update:modelValue', $event)); // @ts-ignore [adapter, $props, emit,]; }, }; var __VLS_7; var __VLS_3; var __VLS_4; // @ts-ignore []; const __VLS_export = (await import('vue')).defineComponent({ __typeEmits: {}, __typeProps: {}, props: {}, }); export default {};