UNPKG

@paperbits/common

Version:
4 lines (3 loc) 92 B
interface Document { elementsFromPoint(x: number, y: number): NodeListOf<Element>; }