@vibe-kit/grok-cli
Version:
An open-source AI agent that brings the power of Grok directly into your terminal.
13 lines • 579 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.MaxSizedBox = void 0;
const react_1 = __importDefault(require("react"));
const ink_1 = require("ink");
const MaxSizedBox = ({ maxHeight, maxWidth, children, ...props }) => {
return (react_1.default.createElement(ink_1.Box, { flexDirection: "column", ...props }, children));
};
exports.MaxSizedBox = MaxSizedBox;
//# sourceMappingURL=MaxSizedBox.js.map