UNPKG

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

Version:

Fluid Design System Angular

9 lines (6 loc) 193 B
export type SwitchValue = string | any; export type SwitchVariant = 'primary' | 'success' | 'warning' | 'danger'; export interface SwitchValues { left: SwitchValue; right: SwitchValue; }