UNPKG

@xui/components

Version:

xUI Components for Angular

4 lines (3 loc) 194 B
export type ProgressType = 'line' | 'circle'; export type ProgressColor = 'primary' | 'primary-alt' | 'secondary' | 'error' | 'success' | 'warning'; export type ProgressStatus = 'error' | null;