mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
3 lines
163 B
TypeScript
3 lines
163 B
TypeScript
import type { RenderContext } from '../types.js';
|
|
export declare function renderSessionLine(ctx: RenderContext): string;
|
|
//# sourceMappingURL=session-line.d.ts.map
|