UNPKG

funda-ui

Version:

React components using pure Bootstrap 5+ which does not contain any external style and script libraries.

8 lines (7 loc) 185 B
/** * Check if an element is in the viewport * @param {HTMLElement} elem * @returns {Boolean} */ declare function isInViewport(elem: HTMLElement): boolean; export { isInViewport };