bolt.new/app/types/theme.ts
2024-09-25 19:54:09 +01:00

2 lines
38 B
TypeScript

export type Theme = 'dark' | 'light';