UNPKG

@vimeo/iris

Version:
6 lines (5 loc) 128 B
interface Depth { depth?: 0 | 1; } export declare function useMeasure(Component: any, { depth }?: Depth): any[]; export {};