项目文件夹

文件
2026-03-20 00:42:28 +00:00

7 行
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