jarrodwatts--claude-hud
4 行
265 B
TypeScript
4 行
265 B
TypeScript
import type { RenderContext } from "../../types.js";
|
|
import { type ProgressLabelOptions } from "./label-align.js";
|
|
export declare function renderMemoryLine(ctx: RenderContext, labelOptions?: ProgressLabelOptions): string | null;
|
|
//# sourceMappingURL=memory.d.ts.map
|