Files
claude-hud/dist/render/todos-line.d.ts
2026-04-04 02:52:13 +00:00

3 lines
166 B
TypeScript

import type { RenderContext } from "../types.js";
export declare function renderTodosLine(ctx: RenderContext): string | null;
//# sourceMappingURL=todos-line.d.ts.map