UNPKG

@finsweet/ts-utils

Version:

Typescript utils for custom Webflow projects.

7 lines (6 loc) 197 B
/** * Get the distance between an element and the top of the window * @param element * @returns The distance in pixels */ export declare const getDistanceFromTop: (element: Element) => number;