device-navigation - v4.7.3
    Preparing search index...

    Type Alias Coords

    Simple 2 dimensional coordinates.

    type Coords = {
        x: number;
        y: number;
    }
    Index
    x y
    x: number
    y: number