UNPKG

reactuals

Version:

A useful package providing a collection of 50+ React hooks and utilities to simplify React development.

6 lines (5 loc) 189 B
/// <reference types="react" /> export declare function useElementSize<T extends HTMLElement>(): readonly [import("react").RefObject<T | null>, { width: number; height: number; }];