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 366 B
import type { CheckpointListItem } from '../types/checkpoint.js'; interface CheckpointListDisplayProps { checkpoints: CheckpointListItem[]; title?: string; } export declare function CheckpointListDisplay({ checkpoints, title, }: CheckpointListDisplayProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=checkpoint-display.d.ts.map