UNPKG

web-ui-pack

Version:
3 lines (2 loc) 183 B
/** Return whether to elements overlaps each other or not; user htmlElement.getBoundingClientRect() */ export default function isOverlap(elRect1: DOMRect, elRect2: DOMRect): boolean;