UNPKG

@open-e/oe-coordinator

Version:

This module is used to detect mouse movement on the border of HTMLElement. Useful usecase is to enable resize event in `div` element when mouse is on the border of it.

4 lines (3 loc) 122 B
export declare namespace ClickEvent { function findParentSelector(name: string, from: HTMLElement): HTMLElement; }