mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-18 05:32:44 +00:00
3 lines
163 B
TypeScript
3 lines
163 B
TypeScript
import type { RenderContext } from "../../types.js";
|
|
export declare function renderIdentityLine(ctx: RenderContext): string;
|
|
//# sourceMappingURL=identity.d.ts.map
|