UNPKG

@infinityfx/lively

Version:

Feature complete, lightweight react animation library.

3 lines (2 loc) 159 B
import { Link } from "../core/link"; export default function useViewport<T extends Element = any>(threshold?: number): [React.Ref<T>, Link<[number, number]>];