@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) • 631 B
TypeScript
import { LinkProps } from './types';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
import { TextSize, TextWeight } from '../Text/types';
declare const _default: DefineComponent<LinkProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LinkProps> & Readonly<{}>, {
label: string;
size: TextSize;
color: string;
disabled: boolean;
active: boolean;
weight: TextWeight;
target: "_self" | "_blank";
to: string;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;