UNPKG

antd-style

Version:

css-in-js solution for application combine with antd v5 token system and emotion

4 lines (3 loc) 155 B
export type BrowserPrefers = 'dark' | 'light'; export type ThemeAppearance = 'dark' | 'light' | string; export type ThemeMode = 'auto' | 'dark' | 'light';