Added references in react-scroll typings

This commit is contained in:
oizie
2016-03-10 09:30:36 +00:00
parent dec616d1ef
commit e2ff7ea520

View File

@@ -3,6 +3,8 @@
// Definitions by: Pedro Pereira <https://github.com/oizie>
// Definitions: https://github.com/borisyankov/DefinitelyTyped
/// <reference path="../react/react.d.ts" />
declare module "react-scroll" {
import React = __React