mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-12 17:22:41 +00:00
7 lines
304 B
TypeScript
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
|