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.

10 lines (9 loc) 323 B
import { ComputedRef } from 'vue'; /** * Renvoie la couleur juste avant */ export declare function useColorStepDown(colorRef: any): ComputedRef<string>; /** * Version complète : active / inactive / disabled */ export declare function useColorVariant(colorRef: any, activeRef: any, disabledRef: any): ComputedRef<any>;