Interface Bounds

interface Bounds {
    width: number;
    height: number;
}

Properties

Properties

width: number
height: number