MCPcopy
hub / github.com/Kanaries/pygwalker / IUploadChartModal

Interface IUploadChartModal

app/src/components/uploadChartModal/index.tsx:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import { Checkbox } from "@/components/ui/checkbox";
15
16interface IUploadChartModal {
17 gwRef: React.MutableRefObject<IGWHandler | null>;
18 storeRef: React.MutableRefObject<VizSpecStore | null>;
19 dark: string;
20}
21
22const UploadChartModal: React.FC<IUploadChartModal> = observer((props) => {
23 const [uploading, setUploading] = useState(false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected