MCPcopy Create free account
hub / github.com/ResearAI/AutoFigure / SettingsModalProps

Interface SettingsModalProps

frontend/components/autofigure/SettingsModal.tsx:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11import { type LLMProvider, LLM_PROVIDERS } from "@/lib/autofigure-types"
12
13interface SettingsModalProps {
14 isOpen: boolean
15 onClose: () => void
16}
17
18type TabType = "general" | "llm"
19

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected