1 | export const CustomMedia: {
|
2 | "--motionOK": string;
|
3 | "--motionNotOK": string;
|
4 | "--opacityOK": string;
|
5 | "--opacityNotOK": string;
|
6 | "--useDataOK": string;
|
7 | "--useDataNotOK": string;
|
8 | "--OSdark": string;
|
9 | "--OSlight": string;
|
10 | "--highContrast": string;
|
11 | "--lowContrast": string;
|
12 | "--portrait": string;
|
13 | "--landscape": string;
|
14 | "--HDcolor": string;
|
15 | "--touch": string;
|
16 | "--stylus": string;
|
17 | "--pointer": string;
|
18 | "--mouse": string;
|
19 | "--xxs-only": string;
|
20 | "--xxs-n-above": string;
|
21 | "--xxs-n-below": string;
|
22 | "--xxs-phone": string;
|
23 | "--xs-only": string;
|
24 | "--xs-n-above": string;
|
25 | "--xs-n-below": string;
|
26 | "--xs-phone": string;
|
27 | "--sm-only": string;
|
28 | "--sm-n-above": string;
|
29 | "--sm-n-below": string;
|
30 | "--sm-phone": string;
|
31 | "--md-only": string;
|
32 | "--md-n-above": string;
|
33 | "--md-n-below": string;
|
34 | "--md-phone": string;
|
35 | "--lg-only": string;
|
36 | "--lg-n-above": string;
|
37 | "--lg-n-below": string;
|
38 | "--lg-phone": string;
|
39 | "--xl-only": string;
|
40 | "--xl-n-above": string;
|
41 | "--xl-n-below": string;
|
42 | "--xxl-only": string;
|
43 | "--xxl-n-above": string;
|
44 | "--xxl-n-below": string;
|
45 | };
|