UNPKG

chop-logic-components

Version:

React UI components library for Chop Logic project

3 lines (2 loc) 151 B
import { RefObject } from 'react'; export declare const useIsOverflow: (ref: RefObject<HTMLElement | null>, dimension: "width" | "height") => boolean;