mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 15:52:37 +00:00
3 lines
164 B
TypeScript
3 lines
164 B
TypeScript
|
|
import type { RenderContext } from '../../types.js';
|
||
|
|
export declare function renderUsageLine(ctx: RenderContext): string | null;
|
||
|
|
//# sourceMappingURL=usage.d.ts.map
|