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