Files
claude-hud/dist/render/session-line.d.ts

7 lines
304 B
TypeScript
Raw Normal View History

2026-01-05 04:06:24 +00:00
import type { RenderContext } from '../types.js';
2026-01-07 05:00:50 +00:00
/**
* Renders the full session line (model + context bar + project + git + counts + usage + duration).
2026-01-14 01:17:51 +00:00
* Used for compact layout mode.
2026-01-07 05:00:50 +00:00
*/
2026-01-05 04:06:24 +00:00
export declare function renderSessionLine(ctx: RenderContext): string;
//# sourceMappingURL=session-line.d.ts.map