Interface Bounds

interface Bounds {
    bounds: [number, number][];
}

Properties

Properties

bounds: [number, number][]

Generated using TypeDoc