Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
xinnni
/
json
like
0
Build error
App
Files
Files
Community
5ae4f5e
json
/
src
/
types
/
styled.d.ts
xinnni
Upload 146 files
f909d7c
verified
9 months ago
raw
Copy download link
history
blame
Safe
198 Bytes
import
"styled-components"
;
import
theme
from
"src/constants/theme"
;
type
CustomTheme
=
typeof
theme;
declare
module
"styled-components"
{
export
interface
DefaultTheme
extends
CustomTheme
{}
}