react-scroll-into-view
Advanced tools
Comparing version 1.8.0-alpha1 to 1.8.0-alpha2
{ | ||
"name": "react-scroll-into-view", | ||
"version": "1.8.0-alpha1", | ||
"version": "1.8.0-alpha2", | ||
"description": "Simple React element that when clicked scrolls to any element on page", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,2 +10,4 @@ interface ScrollIntoViewProps { | ||
export declare function ScrollIntoView(props: ScrollIntoViewProps): JSX.Element | ||
// const ScrollIntoView: React.FC<ScrollIntoViewProps> () => JSX.Element | ||
export function ScrollIntoView(prop: ScrollIntoViewProps): JSX.Element |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6045
13