UNPKG

liber-salti

Version:

Saltí - Liber Design System

11 lines (10 loc) 220 B
export interface CircularProgressProps { /** * The width and height of the component; */ size?: number; /** * The color of the component; */ color?: 'default' | 'primary'; }