Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
introvoyz041
/
molmoda
like
0
Modalities:
Image
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
Polars
+ 1
License:
mit
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
molmoda
/
data
/
src
/
Interfaces
/
PluginComponent.ts
introvoyz041
Migrated from GitHub
71174bc
verified
11 days ago
raw
Copy download link
history
blame
contribute
delete
125 Bytes
import
type
{
Component
}
from
'vue'
// @ts-ignore
export
interface
PluginComponent
extends
Component
{
name
:
string
;
}