jarrodwatts--claude-hud
4 行
278 B
TypeScript
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
|