UNPKG

liber-salti

Version:

Saltí - Liber Design System

15 lines (14 loc) 312 B
export interface LinearProgressProps { /** * If `true` the progress with show the current percentage. */ showLabel?: boolean; /** * The current percentage. */ value: number; /** * The color of the component; */ color?: 'default' | 'primary'; }