UNPKG

@atlaskit/renderer

Version:
10 lines (9 loc) 311 B
export declare class ElementSelection { readonly type: string; readonly range?: Range; private constructor(); eq(selection?: ElementSelection): boolean; inside(el: HTMLElement): boolean; select(el: HTMLElement): ElementSelection; static fromWindow(win?: Window): ElementSelection; }