Type Alias BoxRect

BoxRect: {
    height?: BoxUnit;
    width?: BoxUnit;
    x?: BoxUnit;
    y?: BoxUnit;
}