UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

7 lines (6 loc) 263 B
import { Rect } from '../types'; /** * Gets the entire size of the scrollable document area, even extending outside * of the `<html>` and `<body>` rect bounds if horizontally scrollable. */ export declare const getDocumentRect: (element: HTMLElement) => Rect;