Files
claude-hud/dist/render/session-line.d.ts
2026-03-20 00:42:28 +00:00

7 lines
304 B
TypeScript

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