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

7 lines 267 B
interface IdeSelectorProps { onSelect: (ide: string) => void; onCancel: () => void; } export declare function IdeSelector({ onSelect, onCancel }: IdeSelectorProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ide-selector.d.ts.map