UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

3 lines (2 loc) 204 B
export declare const FLAG_COLOR: readonly ["grey-light", "yellow-light", "red-light", "green-light", "orange-base"]; export type FlagColor = (typeof FLAG_COLOR)[number] | (string & Record<never, never>);