Interface IHorizontal

interface IHorizontal {
    width: number;
    x: number;
}

Properties

Properties

width: number
x: number