UNPKG

@studio-lumio/hooks

Version:

a compilation of react hooks we use to make our magic

3 lines (2 loc) 111 B
import { MutableRefObject } from 'react'; export declare const useRect: (ref: MutableRefObject<any>) => any;