UNPKG
@stihl-design-system/components
Version:
latest (1.0.0-RC.35)
1.0.0-RC.35
1.0.0-RC.34
1.0.0-RC.32
1.0.0-RC.31
1.0.0-RC.30
1.0.0-RC.29
1.0.0-RC.28
1.0.0-RC.27
1.0.0-RC.26
1.0.0-RC.25
1.0.0-RC.24
1.0.0-RC.23
1.0.0-RC.22
1.0.0-RC.21
1.0.0-RC.20
1.0.0-RC.19
1.0.0-RC.18
1.0.0-RC.17
1.0.0-RC.16
1.0.0-RC.15
1.0.0-RC.14
1.0.0-RC.13
1.0.0-RC.12
1.0.0-RC.11
1.0.0-RC.10
1.0.0-RC.9
1.0.0-RC.8
1.0.0-RC.7
1.0.0-RC.6
1.0.0-RC.5
1.0.0-RC.4
1.0.0-RC.3
1.0.0-RC.2
1.0.0-RC.1
1.0.0-RC.0
Welcome to the STIHL Design System react component library.
designsystem.stihl.de
@stihl-design-system/components
/
components
/
Flag
/
Flag.utils.d.ts
3 lines
(2 loc)
•
204 B
TypeScript
View Raw
1
2
3
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
>);