@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.
7 lines (6 loc) • 441 B
TypeScript
export { getActiveTheme, initializeTheme, isValidThemeName, unlockBrand, type ThemeName } from './initializeTheme';
export { useFavicon } from './useFavicon';
export { useScrollShadows, type UseScrollShadowsOptions, type UseScrollShadowsReturn } from './useScrollShadows';
export { useTheme, type BrandTheme, type ThemeMode } from './useTheme';
export { useBreakpoints } from './useBreakpoints';
export { useCurrency } from './useCurrency';