UNPKG

@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.

15 lines (14 loc) • 790 B
import { FilterChipProps } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<FilterChipProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, { "update:filters": (filters: Record<string, string>) => any; }, string, PublicProps, Readonly<FilterChipProps> & Readonly<{ "onUpdate:filters"?: ((filters: Record<string, string>) => any) | undefined; }>, { size: "extra-small" | "small" | "medium" | "large"; variant: "default" | "primary" | "secondary" | "success" | "warning" | "danger"; disabled: boolean; removable: boolean; filters: Record<string, any>; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;