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