Type Alias HasWidthHeight

HasWidthHeight: {
    h: number;
    w: number;
}

Models an object that has a width and height

Version :