UNPKG

@vibe-kit/grok-cli

Version:

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

6 lines 264 B
import React from 'react'; import { Box } from 'ink'; export const MaxSizedBox = ({ maxHeight, maxWidth, children, ...props }) => { return (React.createElement(Box, { flexDirection: "column", ...props }, children)); }; //# sourceMappingURL=max-sized-box.js.map