Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
AbdulElahGwaith
/
react-day-picker
like
0
Model card
Files
Files and versions
xet
Community
main
react-day-picker
/
website
/
src
/
styles.d.ts
AbdulElahGwaith
Upload folder using huggingface_hub
cf86710
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
103 Bytes
declare
module
"*.css"
{
const
content
: { [
className
:
string
]:
string
};
export
default
content;
}