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.

6 lines (5 loc) 148 B
import { RefObject } from 'react'; export declare const useDimensions: (ref: RefObject<HTMLElement>) => { width: number; height: number; };