项目文件夹

文件
2026-07-16 23:24:38 +00:00

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