UNPKG

@spaceone/design-system

Version:
6 lines (5 loc) 102 B
export interface ProgressBarProps { percentage: number; label?: string; color?: string; }