newbolt / app /types /theme.ts
0Scottzilla0's picture
Upload folder using huggingface_hub
8481fea verified
raw
history blame contribute delete
38 Bytes
export type Theme = 'dark' | 'light';