@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.
10 lines (9 loc) • 541 B
TypeScript
import { LinkContentProps } from './types';
import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue';
import { TextSize, TextWeight } from '../Text/types';
declare const _default: DefineComponent<LinkContentProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<LinkContentProps> & Readonly<{}>, {
label: string;
size: TextSize;
weight: TextWeight;
}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
export default _default;