UNPKG

@icoms-detection/ui

Version:

This is the OFFICIAL UI library created by Icoms Detection to design their apps.

8 lines (7 loc) 225 B
import { RefObject } from "react"; interface ComponentSize { width: number; height: number; } export declare function useComponentSize<T extends Element = Element>(ref: RefObject<T>): ComponentSize; export {};