@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.
22 lines (21 loc) • 501 B
TypeScript
export interface SkeletonProps {
width?: string | number;
height?: string | number;
radius?: string | number;
animated?: boolean;
block?: boolean;
as?: string;
bg?: boolean;
}
export interface SkeletonAvatarProps {
size?: string | number;
rounded?: boolean;
animated?: boolean;
}
export interface SkeletonTextProps {
lines?: number;
lineHeight?: string | number;
gap?: string | number;
lastLineWidth?: string | number;
animated?: boolean;
}