UNPKG

@nanocollective/nanocoder

Version:

A local-first CLI coding agent that brings the power of agentic coding tools like Claude Code and Gemini CLI to local models or controlled APIs like OpenRouter

9 lines 321 B
export interface CopilotLoginResult { success: boolean; error?: string; } export declare function CopilotLogin({ providerName, onDone, }: { providerName?: string; onDone?: (result: CopilotLoginResult) => void; }): import("react/jsx-runtime").JSX.Element | null; //# sourceMappingURL=copilot-login.d.ts.map