UNPKG
dw-neit-style
Version:
latest (3.7.1-b4)
3.7.1-b4
3.7.1-b3
css-in-js solution for application combine with antd v5 token system and emotion
dw-neit-style
/
es
/
types
/
appearance.d.ts
4 lines
(3 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
export
type
BrowserPrefers
=
'dark'
|
'light'
;
export
type
ThemeAppearance
=
'dark'
|
'light'
|
string
;
export
type
ThemeMode
=
'auto'
|
'dark'
|
'light'
;