UNPKG

giga-code

Version:

A personal AI CLI assistant powered by Grok for local development.

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 {};