@flanksource/clicky-ui
Version:
Flanksource Clicky UI — React component library built on shadcn/ui with light/dark and density theming.
8 lines • 509 B
TypeScript
import { ProcessNode } from './types';
export declare function countProcesses(node?: ProcessNode): number;
export declare function findProcessByPID(node: ProcessNode | undefined, pid: number): ProcessNode | null;
export declare function processStateIcon(status?: string): string;
export declare function processStateColor(status?: string): string;
export declare function formatBytes(value?: number): string;
export declare function processLabel(node: ProcessNode): string;
//# sourceMappingURL=utils.d.ts.map