项目文件夹

文件
2026-04-04 06:26:09 +00:00

4 行
278 B
TypeScript

import type { RenderContext } from '../../types.js';
export declare function renderProjectLine(ctx: RenderContext): string | null;
export declare function renderGitFilesLine(ctx: RenderContext, terminalWidth?: number | null): string | null;
//# sourceMappingURL=project.d.ts.map