UNPKG

webcoreui

Version:

UI component and template library for Astro, Svelte, and React apps styled with Sass.

10 lines (9 loc) 223 B
export type SkeletonProps = { animate?: 'wave' | 'pulse' | false type?: 'rounded' | 'rectangular' | 'circle' width?: number height?: number color?: string waveColor?: string className?: string }