@types/react-custom-scroll
Advanced tools
Comparing version 4.3.2 to 5.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-custom-scroll 4.3 | ||
// Type definitions for react-custom-scroll 5.0 | ||
// Project: https://github.com/rommguy/react-custom-scroll | ||
@@ -17,7 +17,8 @@ // Definitions by: Guy Romm <https://github.com/rommguy> | ||
heightRelativeToParent?: string | undefined; | ||
flex?: number | string | undefined; | ||
onScroll?: ((e?: any) => any) | undefined; | ||
addScrolledClass?: boolean | undefined; | ||
freezePosition?: boolean | undefined; | ||
handleClass?: string | undefined; | ||
minScrollHandleHeight?: number | undefined; | ||
flex?: string | undefined; | ||
rtl?: boolean | undefined; | ||
@@ -24,0 +25,0 @@ scrollTo?: number | undefined; |
{ | ||
"name": "@types/react-custom-scroll", | ||
"version": "4.3.2", | ||
"version": "5.0.0", | ||
"description": "TypeScript definitions for react-custom-scroll", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-custom-scroll", | ||
}, | ||
"typesPublisherContentHash": "429b1510307135fe872362c33aec517fff17101139d4507403ccd3f319118eba", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "554b889e41f338e229d4dee24a93527fa75f37f4010afc96b72da95b3d330f61", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
````ts | ||
// Type definitions for react-custom-scroll 4.3 | ||
// Type definitions for react-custom-scroll 5.0 | ||
// Project: https://github.com/rommguy/react-custom-scroll | ||
@@ -28,7 +28,8 @@ // Definitions by: Guy Romm <https://github.com/rommguy> | ||
heightRelativeToParent?: string | undefined; | ||
flex?: number | string | undefined; | ||
onScroll?: ((e?: any) => any) | undefined; | ||
addScrolledClass?: boolean | undefined; | ||
freezePosition?: boolean | undefined; | ||
handleClass?: string | undefined; | ||
minScrollHandleHeight?: number | undefined; | ||
flex?: string | undefined; | ||
rtl?: boolean | undefined; | ||
@@ -50,3 +51,3 @@ scrollTo?: number | undefined; | ||
### Additional Details | ||
* Last updated: Thu, 14 Oct 2021 10:01:29 GMT | ||
* Last updated: Sat, 02 Sep 2023 10:03:04 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -53,0 +54,0 @@ * Global values: none |
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
5172
30
55