mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-13 18:32:39 +00:00
3 lines
166 B
TypeScript
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
|