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