UNPKG

@sutton-signwriting/sgnw-components

Version:

a javascript package of web components for use with the SignWriting script.

6 lines (5 loc) 168 B
export declare const getOffset: (el: HTMLElement) => { top: number; left: number; }; export declare const overlap: (el1: HTMLElement, el2: HTMLElement) => boolean;