react-scroll-into-view
Advanced tools
Comparing version 1.8.0-alpha0 to 1.8.0-alpha1
{ | ||
"name": "react-scroll-into-view", | ||
"version": "1.8.0-alpha0", | ||
"version": "1.8.0-alpha1", | ||
"description": "Simple React element that when clicked scrolls to any element on page", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,2 +10,2 @@ interface ScrollIntoViewProps { | ||
declare function ScrollIntoView(props: ScrollIntoViewProps): JSX.Element | ||
export declare function ScrollIntoView(props: ScrollIntoViewProps): JSX.Element |
5980