mirror of
https://github.com/harivansh-afk/asap.it.git
synced 2026-04-15 13:03:42 +00:00
1 line
38 B
TypeScript
1 line
38 B
TypeScript
export type Theme = 'dark' | 'light';
|