mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-13 02:20:20 +00:00
3 lines
176 B
TypeScript
3 lines
176 B
TypeScript
import type { RenderContext } from '../../types.js';
|
|
export declare function renderEnvironmentLine(ctx: RenderContext): string | null;
|
|
//# sourceMappingURL=environment.d.ts.map
|