UNPKG

payload

Version:

Node, React and MongoDB Headless CMS and Application Framework

11 lines 264 B
import type React from 'react'; interface Size { height: number; width: number; } interface Resize { size?: Size; } export declare const useResize: (ref: React.MutableRefObject<HTMLElement>) => Resize; export {}; //# sourceMappingURL=useResize.d.ts.map