UNPKG

306 BTypeScriptView Raw
1/**
2 * Polyfill for `elementsFromPoint`
3 *
4 * https://developer.mozilla.org/en-US/docs/Web/API/Document/elementsFromPoint
5 * https://gist.github.com/iddan/54d5d9e58311b0495a91bf06de661380
6 * https://gist.github.com/oslego/7265412
7 */
8export declare function elementsFromPoint(x: number, y: number): any[];