UNPKG

@nlabs/arkhamjs-utils-react

Version:

ArkhamJS React Utilities

6 lines 190 B
import type { RefObject } from 'react'; export declare const useRefSize: (ref: RefObject<HTMLElement>) => { height: number; width: number; }; //# sourceMappingURL=useRefSize.d.ts.map