UNPKG

@vuesax-alpha/nightly

Version:
4 lines (3 loc) 175 B
declare type Polyfill = (element: HTMLElement) => Element | null; export declare function getOffsetParent(element: Element, polyfill?: Polyfill): Element | Window; export {};