UNPKG

@stlhorizon/vue-ui

Version:

A Vue.js component library with Tailwind CSS styling

21 lines 857 B
declare const _default: import("vue").DefineComponent<{}, { $emit: typeof emit; $props: Partial<typeof props>; placeholder: string; disabled: boolean; modelValue: unknown[]; hasError: boolean; options: unknown[]; id?: string; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; declare const emit: (event: "update:modelValue", ...args: any[]) => void; declare const props: { readonly placeholder: string; readonly disabled: boolean; readonly modelValue: unknown[]; readonly hasError: boolean; readonly options: unknown[]; readonly id?: string; }; //# sourceMappingURL=MultiSelect.vue.d.ts.map