UNPKG

@faceless-ui/scroll-info

Version:

A React library for subscribing to scroll events

3 lines (2 loc) 157 B
import React from 'react'; export declare const withScrollInfo: <P extends Record<string, unknown>>(PassedComponent: React.ComponentType<P>) => React.FC<P>;