UNPKG

react-icon-cloud

Version:

A React component for rendering an interactive img or word cloud on canvas

6 lines (5 loc) 199 B
import React from 'react'; export declare const UseInViewport: ({ cb, children, }: { cb: (isInViewPort: boolean) => void; children: JSX.Element | JSX.Element[]; }) => React.JSX.Element;