UNPKG

@engie-group/fluid-design-system-angular

Version:

Fluid Design System Angular

3 lines (2 loc) 252 B
export type StatusIndicatorStatus = 'offline' | 'online' | 'away' | 'do-not-disturb' | 'busy' | 'unknown' | 'error' | 'success' | 'warning' | 'in-progress' | 'information' | 'discovery' | 'planet'; export type StatusIndicatorSize = 'sm' | 'md' | 'lg';