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 307 B
import { render } from 'ink-testing-library'; import React from 'react'; /** * Render a component wrapped with ThemeContext and TitleShapeContext for testing */ export declare function renderWithTheme(element: React.ReactElement): ReturnType<typeof render>; //# sourceMappingURL=render-with-theme.d.ts.map