From e2ff7ea5200dbb9daa3c07813cdd79237ee606ac Mon Sep 17 00:00:00 2001 From: oizie Date: Thu, 10 Mar 2016 09:30:36 +0000 Subject: [PATCH] Added references in react-scroll typings --- react-scroll/react-scroll.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/react-scroll/react-scroll.d.ts b/react-scroll/react-scroll.d.ts index 79bb1421ca..7892c22f23 100644 --- a/react-scroll/react-scroll.d.ts +++ b/react-scroll/react-scroll.d.ts @@ -3,6 +3,8 @@ // Definitions by: Pedro Pereira // Definitions: https://github.com/borisyankov/DefinitelyTyped +/// + declare module "react-scroll" { import React = __React