mirror of
https://github.com/stackblitz/bolt.new
synced 2025-03-12 23:15:23 +00:00
2 lines
38 B
TypeScript
2 lines
38 B
TypeScript
|
export type Theme = 'dark' | 'light';
|