react-scrollbars-custom
Advanced tools
Comparing version 4.0.22 to 4.0.23
@@ -244,3 +244,5 @@ import * as PropTypes from "prop-types"; | ||
private handleThumbXDrag; | ||
private handleThumbXDragEnd; | ||
private handleThumbYDrag; | ||
private handleThumbYDragEnd; | ||
private handleScrollerScroll; | ||
@@ -247,0 +249,0 @@ private _scrollDetection; |
@@ -36,3 +36,4 @@ import * as PropTypes from "prop-types"; | ||
render(): React.ReactElement<any> | null; | ||
private elementRefHack; | ||
private elementRef; | ||
} |
import * as React from "react"; | ||
import { ElementPropsWithElementRefAndRenderer, ElementRef } from "./types"; | ||
export declare const isUndef: (v: any) => boolean; | ||
export declare const isFun: (v: any) => boolean; | ||
export declare const isNum: (v: any) => boolean; | ||
export declare const isUndef: (v: any) => v is any; | ||
export declare const isFun: (v: any) => v is Function; | ||
export declare const isNum: (v: any) => v is number; | ||
/** | ||
@@ -7,0 +7,0 @@ * @description Will return renderer result if presented, div element otherwise. |
{ | ||
"name": "react-scrollbars-custom", | ||
"description": "The best React custom scrollbars component", | ||
"version": "4.0.22", | ||
"version": "4.0.23", | ||
"repository": { | ||
@@ -84,3 +84,2 @@ "type": "git", | ||
"preversion": "npm run format && npm run build", | ||
"postversion": "git push && git push --tags", | ||
"prepublishOnly": "npm run format && npm run test && npm run build", | ||
@@ -87,0 +86,0 @@ "push-codacy-coverage": "cat ./coverage/lcov.info | codacy-coverage" |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
253978
5301