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.

12 lines (11 loc) 250 B
import { ListProperties } from '../list/properties'; export type MenuGroupProperties = { /** * Heading text of the menu group */ header?: string; /** * Scale of the menu group */ scale: ListProperties['scale']; };