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