Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
cfahlgren1/hub-stats
Nymbo
/
hub-stats
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
02eb851
hub-stats
/
types
/
nav.ts
Caleb Fahlgren
init
1c1f44a
9 months ago
raw
Copy download link
history
blame
Safe
103 Bytes
export
interface
NavItem
{
title
:
string
href?:
string
disabled?:
boolean
external?:
boolean
}