UNPKG

@coreui/react-pro

Version:

UI Components Library for React.js

3 lines (2 loc) 112 B
import { RefObject } from 'react'; export declare const useIsVisible: (ref: RefObject<HTMLElement>) => boolean;