Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
thomwolf
/
hf-star-history
like
4
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
0326339
hf-star-history
/
src
/
env.d.ts
thomwolf
HF Staff
pushing code
0326339
almost 2 years ago
raw
Copy download link
history
blame
181 Bytes
// Declare vue component type
declare
module
"*.vue"
{
import
{ defineComponent }
from
"vue"
;
const
component
:
ReturnType
<
typeof
defineComponent>;
export
default
component;
}