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.

15 lines (14 loc) 237 B
export type CardCoverProperties = { /** * Card title text */ heading: string; /** * Card content (max 150 characters) */ paragraph?: string; /** * Image url */ background: string; };