findCommonOffsetParent.d.ts 99 B

1
  1. export declare function findCommonOffsetParent(element1: HTMLElement, element2: HTMLElement): any;