UNPKG

@wangeditor-next/code-highlight

Version:
8 lines (7 loc) 207 B
export declare class Point { x: number; y: number; constructor(x: number, y: number); static valueOf(x: number, y: number): Point; static equals(point: Point, another: Point): boolean; }