UNPKG

next-scroll

Version:

Scroll postion gives you ability the manipulate scroll

7 lines (6 loc) 181 B
interface inViewTypes { id: String; offset?: number; } declare const componentInView: ({ id, offset }: inViewTypes) => boolean | null; export default componentInView;