// Type definitions for react-scroll 1.5 // Project: https://github.com/fisshy/react-scroll // Definitions by: Ioannis Kokkinidis // Giedrius Grabauskas // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 import * as ReactScroll from "./modules/index"; export = ReactScroll;