UNPKG

next-scroll

Version:

Scroll postion gives you ability the manipulate scroll

11 lines (10 loc) 238 B
import { FC, ReactNode } from "react"; interface linkTypes { children: ReactNode; to: String; offset?: number; duration?: number; className?: String; } declare const Link: FC<linkTypes>; export default Link;