mirror of
https://github.com/acid-info/lsd.git
synced 2026-08-31 02:11:14 +00:00
6 lines
144 B
TypeScript
6 lines
144 B
TypeScript
import { MutableRefObject } from 'react'
|
|
export declare const useResizeObserver: (
|
|
ref: MutableRefObject<any>,
|
|
refId?: string,
|
|
) => DOMRect
|