Files
claude-hud/dist/render/session-line.d.ts
2026-01-04 12:03:52 +00:00

3 lines
163 B
TypeScript

import type { RenderContext } from '../types.js';
export declare function renderSessionLine(ctx: RenderContext): string;
//# sourceMappingURL=session-line.d.ts.map