2 lines
47 B
TypeScript
2 lines
47 B
TypeScript
export type Theme = 'light' | 'dark' | 'auto';
|
export type Theme = 'light' | 'dark' | 'auto';
|