UNPKG

@stihl-design-system/components

Version:

Welcome to the STIHL Design System react component library.

5 lines (4 loc) 189 B
/** * Returns the bounding rectangle of a DOM element or a default DOMRect object with 0 values if unavailable. */ export declare const getRect: (element: HTMLElement | null) => DOMRect;