We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcad15d + f0af2a3 commit 8a608c7Copy full SHA for 8a608c7
dist/definitions/ScrollArea.d.ts
@@ -0,0 +1,8 @@
1
+import * as React from "react";
2
+
3
+interface IProps {
4
+ id?: string;
5
+}
6
7
+declare var ScrollArea: React.ReactElement<IProps>;
8
+export default ScrollArea;
dist/definitions/index.d.ts
@@ -1,2 +1,3 @@
export { default as ScrollTo } from "./ScrollTo";
export { default as ScrollToHOC } from "./ScrollToHOC";
+export { default as ScrollArea } from "./ScrollArea";
package.json
@@ -1,6 +1,6 @@
{
"name": "react-scroll-to",
- "version": "1.2.2",
+ "version": "1.2.3",
"description": "Scroll to a position using react",
"main": "./dist/react-scroll-to.js",
"types": "./dist/definitions",
0 commit comments