UNPKG

soda-material

Version:

A React(>=18) component library that may follow [Material Design 3](https://m3.material.io/components) (a.k.a. Material You)

7 lines (6 loc) 278 B
/// <reference types="react" /> /** * For pratical, this hook only intend for one element * @returns ResizeObserverEntry */ export declare function useResizeObserver(elementRef: React.RefObject<HTMLElement>, options?: ResizeObserverOptions): ResizeObserverEntry | undefined;