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.

15 lines (14 loc) • 624 B
import { ErrorStateProps } from './types'; import { DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; declare const _default: DefineComponent<ErrorStateProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {} & { retry: () => any; }, string, PublicProps, Readonly<ErrorStateProps> & Readonly<{ onRetry?: (() => any) | undefined; }>, { title: string; description: string; actionLabel: string; spinning: boolean; preset: "gears" | "search"; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;