@club-employes/utopia
Version:
🎨 Modern Vue 3 design system with multi-brand theming, design tokens, and 30+ components. Supports Club Employés & Gifteo brands with light/dark modes.
13 lines (12 loc) • 686 B
TypeScript
import { FilterSelectOption, FilterSelectProps } from './types';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
declare const _default: DefineComponent<FilterSelectProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
"update:modelValue": (value: FilterSelectOption[]) => any;
}, string, PublicProps, Readonly<FilterSelectProps> & Readonly<{
"onUpdate:modelValue"?: ((value: FilterSelectOption[]) => any) | undefined;
}>, {
size: "xs" | "sm" | "md" | "lg";
truncate: boolean;
multiple: boolean;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
export default _default;