source: imaps-frontend/node_modules/react-use/esm/useMeasureDirty.d.ts

main
Last change on this file was d565449, checked in by stefan toskovski <stefantoska84@…>, 4 weeks ago

Update repo after prototype presentation

  • Property mode set to 100644
File size: 290 bytes
Line 
1import { RefObject } from 'react';
2export interface ContentRect {
3 width: number;
4 height: number;
5 top: number;
6 right: number;
7 left: number;
8 bottom: number;
9}
10declare const useMeasureDirty: (ref: RefObject<HTMLElement>) => ContentRect;
11export default useMeasureDirty;
Note: See TracBrowser for help on using the repository browser.