/// import { IBox } from "../../core/types"; export interface IHeight extends Omit { children: (size: number) => React.ReactNode; }