UNPKG

@qntm-code/utils

Version:

A collection of useful utility functions with associated TypeScript types. All functions have been unit tested.

5 lines (4 loc) 158 B
/** * Gets the first parent element with a relative or absolute position */ export declare function getPositionedParent(element: HTMLElement): HTMLElement;