diff --git a/react-scroll/react-scroll.d.ts b/react-scroll/react-scroll.d.ts index 7892c22f2..fbaf8d3d2 100644 --- a/react-scroll/react-scroll.d.ts +++ b/react-scroll/react-scroll.d.ts @@ -21,7 +21,7 @@ declare module "react-scroll" { } interface scroller { - scrollTo(to: any, animate?: any, duration?: any, offset?: any) + scrollTo(to: any, animate?: any, duration?: any, offset?: any) : void } const Link: Link;