Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yderre-aubay
/
midi-player-demo
like
3
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
c4c548c
midi-player-demo
/
src
/
@types
/
emotion.d.ts
Yann
test
f23825d
over 1 year ago
raw
Copy download link
history
blame
Safe
142 Bytes
import
{
Theme
as
BaseTheme
}
from
"../common/theme/Theme"
declare
module
"@emotion/react"
{
export
interface
Theme
extends
BaseTheme
{}
}