dev / app /types /theme.ts
Charan5775's picture
Add application file
8f7821c
raw
history blame contribute delete
38 Bytes
export type Theme = 'dark' | 'light';