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.

12 lines (11 loc) • 287 B
import { Ref } from 'vue'; export declare const breakpoints: { mobile: number; tablet: number; desktop: number; }; export declare const useBreakpoints: () => { isMobile: Ref<boolean, boolean>; isTablet: Ref<boolean, boolean>; isDesktop: Ref<boolean, boolean>; };