UNPKG

305 BTypeScriptView Raw
1import type { MeasuredDimensions } from '../commonTypes';
2import type { AnimatedRef } from '../hook/commonTypes';
3import type { Component } from 'react';
4export declare function measure<T extends Component>(animatedRef: AnimatedRef<T>): MeasuredDimensions | null;
5//# sourceMappingURL=measure.web.d.ts.map
\No newline at end of file