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) • 292 B
export interface ErrorStateProps { title?: string; description?: string; actionLabel?: string; retryAction?: () => void; spinning?: boolean; imageSrc?: string; imageAlt?: string; preset?: 'gears' | 'search'; } export type FeedbackStateProps = ErrorStateProps;