gradio-pr-bot's picture
Upload folder using huggingface_hub
87dd260 verified
import type { LoadingStatus } from "@gradio/statustracker";
export interface DraggableProps {
orientation: "row" | "column";
show_progress: boolean;
}
export interface DraggableEvents {
clear_status: never;
}