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