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 369 B
import { Command } from '../types/index.js'; interface ModelDatabaseDisplayProps { onCancel?: () => void; } declare function ModelDatabaseDisplay({ onCancel }: ModelDatabaseDisplayProps): import("react/jsx-runtime").JSX.Element | null; export { ModelDatabaseDisplay }; export declare const modelDatabaseCommand: Command; //# sourceMappingURL=model-database.d.ts.map