UNPKG

@jigoooo/shared-ui

Version:

A reusable React component library and design system with TypeScript support, built on Vite for seamless integration and optimized performance.

2 lines (1 loc) 128 B
export declare function useMeasureRef<T extends HTMLElement>(): readonly [import('react').RefObject<T | null>, DOMRect | null];