UNPKG

@engie-group/fluid-design-system

Version:

The Fluid Design System is ENGIE’s open-source library to create, build and deliver ENGIE digital services in a more efficient way.

11 lines (10 loc) 262 B
export type SegmentedControlButtonProperties = { /** * Button identifier, used to identify the button within the segmented control */ value: string; /** * Name of the icon to display within the button */ iconName?: string; };