UNPKG

@vibe-kit/grok-cli

Version:

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

9 lines (8 loc) 209 B
import React from 'react'; interface MaxSizedBoxProps { maxHeight?: number; maxWidth?: number; children: React.ReactNode; } export declare const MaxSizedBox: React.FC<MaxSizedBoxProps>; export {};