Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
oldg591
/
jannn
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
jannn
/
web
/
types
/
theme.d.ts
oldg591
fc
3459571
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
195 Bytes
type
Theme
= {
displayName
:
string
id
:
string
nativeTheme
:
'light'
|
'dark'
reduceTransparent
:
boolean
// eslint-disable-next-line @typescript-eslint/no-explicit-any
variables
:
any
}