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

8 lines 328 B
interface ProviderWizardProps { projectDir: string; onComplete: (configPath: string) => void; onCancel?: () => void; } export declare function ProviderWizard({ projectDir, onComplete, onCancel, }: ProviderWizardProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=provider-wizard.d.ts.map