UNPKG

poplar-annotation

Version:

web-based annotation tool for natural language processing (NLP) needs, inspired by brat rapid annotation tool.

9 lines (8 loc) 276 B
export declare abstract class TopContextUser { readonly left: number; readonly width: number; layer: number; abstract render(): SVGElement; abstract update(): void; } export declare function overLaps(user1: TopContextUser, user2: TopContextUser): boolean;