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

8 lines (7 loc) 261 B
import { Dimensions } from '../types'; /** * Return the dimensions of the element, if fallback is true we should retrieve this information in another way */ export declare const getCssDimensions: (element: Element) => Dimensions & { fallback: boolean; };