@vibe-kit/grok-cli
Version:
An open-source AI agent that brings the power of Grok directly into your terminal.
15 lines (14 loc) • 346 B
TypeScript
/**
* Color constants for the CLI interface
*/
export declare const Colors: {
readonly AccentYellow: "yellow";
readonly Gray: "gray";
readonly Red: "red";
readonly Green: "green";
readonly Blue: "blue";
readonly Cyan: "cyan";
readonly Magenta: "magenta";
readonly White: "white";
readonly Black: "black";
};