UNPKG

@vibe-kit/grok-cli

Version:

An open-source AI agent that brings the power of Grok directly into your terminal.

3 lines (2 loc) 183 B
import React from 'react'; export declare const colorizeCode: (content: string, language: string | null, availableTerminalHeight?: number, terminalWidth?: number) => React.ReactNode;