@maxweek/react-scroller
Advanced tools
Comparing version 1.1.27 to 1.1.28
@@ -44,5 +44,5 @@ import React, { ReactNode } from "react"; | ||
export interface IScrollerRef { | ||
scrollTo: (offset: number) => void; | ||
scrollToStart: () => void; | ||
scrollToEnd: () => void; | ||
scrollTo: (offset: number, duration?: number) => void; | ||
scrollToStart: (duration?: number) => void; | ||
scrollToEnd: (duration?: number) => void; | ||
update: () => void; | ||
@@ -49,0 +49,0 @@ getProperties: () => IScrollerProperties; |
{ | ||
"name": "@maxweek/react-scroller", | ||
"description": "Make your blocks scrolling easy, with a custom scroll-bar, based on native browser scroll", | ||
"version": "1.1.27", | ||
"version": "1.1.28", | ||
"type": "module", | ||
@@ -6,0 +6,0 @@ "author": "Max Nedelko", |
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
62510