UNPKG

giga-code

Version:

A personal AI CLI assistant powered by Grok for local development.

8 lines (7 loc) 257 B
import React from "react"; import { GigaAgent } from "../../agent/giga-agent"; interface ApiKeyInputProps { onApiKeySet: (agent: GigaAgent) => void; } export default function ApiKeyInput({ onApiKeySet }: ApiKeyInputProps): React.JSX.Element; export {};