@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 • 308 B
TypeScript
import type { Task } from '../tools/tasks/types.js';
interface TaskListDisplayProps {
tasks: Task[];
title?: string;
}
export declare function TaskListDisplay({ tasks, title, }: TaskListDisplayProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=task-list-display.d.ts.map