UNPKG

@qntm-code/utils

Version:

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

7 lines (6 loc) 197 B
/** * Get the height of an element. * * This helper allows getting of the height when running in a JSDOM environment. */ export declare function getElementHeight(element: HTMLElement): number;