@witchcraft/editor
    Preparing search index...

    Type Alias Point

    type Point = {
        x: number;
        y: number;
    }

    Hierarchy (View Summary)

    Index
    x y
    x: number
    y: number