MCPcopy
hub / github.com/mckaywrigley/ai-code-translator / Props

Interface Props

components/APIKeyInput.tsx:1–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1interface Props {
2 apiKey: string;
3 onChange: (apiKey: string) => void;
4}
5
6export const APIKeyInput: React.FC<Props> = ({ apiKey, onChange }) => {
7 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected