@types/react-custom-scroll
Advanced tools
Comparing version 4.3.0 to 4.3.1
@@ -14,13 +14,13 @@ // Type definitions for react-custom-scroll 4.3 | ||
export interface CustomScrollProps { | ||
allowOuterScroll?: boolean; | ||
heightRelativeToParent?: string; | ||
flex?: number | string; | ||
onScroll?: (e?: any) => any; | ||
addScrolledClass?: boolean; | ||
freezePosition?: boolean; | ||
minScrollHandleHeight?: number; | ||
rtl?: boolean; | ||
scrollTo?: number; | ||
keepAtBottom?: boolean; | ||
className?: string; | ||
allowOuterScroll?: boolean | undefined; | ||
heightRelativeToParent?: string | undefined; | ||
flex?: number | string | undefined; | ||
onScroll?: ((e?: any) => any) | undefined; | ||
addScrolledClass?: boolean | undefined; | ||
freezePosition?: boolean | undefined; | ||
minScrollHandleHeight?: number | undefined; | ||
rtl?: boolean | undefined; | ||
scrollTo?: number | undefined; | ||
keepAtBottom?: boolean | undefined; | ||
className?: string | undefined; | ||
} | ||
@@ -27,0 +27,0 @@ |
{ | ||
"name": "@types/react-custom-scroll", | ||
"version": "4.3.0", | ||
"version": "4.3.1", | ||
"description": "TypeScript definitions for react-custom-scroll", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-custom-scroll", | ||
}, | ||
"typesPublisherContentHash": "e94afb15957aac598b1f0c31f3f74360e3c8002ca37ec374ab6add10cd89a6a4", | ||
"typesPublisherContentHash": "5ca916dab0bfa1e53533b6b7d282b4102616b814f57fbadc4de5bc042ad17da0", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -24,13 +24,13 @@ # Installation | ||
export interface CustomScrollProps { | ||
allowOuterScroll?: boolean; | ||
heightRelativeToParent?: string; | ||
flex?: number | string; | ||
onScroll?: (e?: any) => any; | ||
addScrolledClass?: boolean; | ||
freezePosition?: boolean; | ||
minScrollHandleHeight?: number; | ||
rtl?: boolean; | ||
scrollTo?: number; | ||
keepAtBottom?: boolean; | ||
className?: string; | ||
allowOuterScroll?: boolean | undefined; | ||
heightRelativeToParent?: string | undefined; | ||
flex?: number | string | undefined; | ||
onScroll?: ((e?: any) => any) | undefined; | ||
addScrolledClass?: boolean | undefined; | ||
freezePosition?: boolean | undefined; | ||
minScrollHandleHeight?: number | undefined; | ||
rtl?: boolean | undefined; | ||
scrollTo?: number | undefined; | ||
keepAtBottom?: boolean | undefined; | ||
className?: string | undefined; | ||
} | ||
@@ -48,3 +48,3 @@ | ||
### Additional Details | ||
* Last updated: Sun, 06 Jun 2021 05:01:22 GMT | ||
* Last updated: Thu, 08 Jul 2021 20:20:34 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -51,0 +51,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
5040