frontend / 6.0.1 /navbar /types.ts
gradio-pr-bot's picture
Upload folder using huggingface_hub
cb76019 verified
raw
history blame contribute delete
174 Bytes
export interface NavbarProps {
value: [string, string][] | null;
main_page_name: string | false;
}
export interface NavbarEvents {
change: never;
clear_status: never;
}