UNPKG

@wangeditor-kai/yjs-for-react

Version:

React specific components/utils for wangeditor-next-yjs.

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; }