UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

3 lines (2 loc) 132 B
import { type RefObject } from 'react'; export declare function useContainerWidth<T extends HTMLElement>(): [RefObject<T>, number];