UNPKG

opendash

Version:

open.DASH data visualization framework

8 lines (7 loc) 233 B
/// <reference types="react" /> interface ComponentSize { width: number; height: number; } export declare function useElementSize<T = any>(ref: React.RefObject<T>, throttleDuration?: number): ComponentSize; export {};