@types/react-stickynode
Advanced tools
Comparing version 3.0.1 to 3.0.2
@@ -41,3 +41,3 @@ // Type definitions for react-stickynode 3.0 | ||
/** The switch to enable or disable Sticky (true by default ). */ | ||
enabled?: boolean; | ||
enabled?: boolean | undefined; | ||
@@ -50,3 +50,3 @@ /** | ||
*/ | ||
top?: number | string; | ||
top?: number | string | undefined; | ||
@@ -59,9 +59,9 @@ /** | ||
*/ | ||
bottomBoundary?: number | string; | ||
bottomBoundary?: number | string | undefined; | ||
/** z-index of the sticky */ | ||
innerZ?: number | string; | ||
innerZ?: number | string | undefined; | ||
/** Enable the use of CSS3 transforms (`true` by default). */ | ||
enableTransforms?: boolean; | ||
enableTransforms?: boolean | undefined; | ||
@@ -72,3 +72,3 @@ /** | ||
*/ | ||
activeClass?: string; | ||
activeClass?: string | undefined; | ||
@@ -78,3 +78,3 @@ /** | ||
*/ | ||
innerClass?: string; | ||
innerClass?: string | undefined; | ||
@@ -85,3 +85,3 @@ /** | ||
*/ | ||
className?: string; | ||
className?: string | undefined; | ||
@@ -92,6 +92,6 @@ /** | ||
*/ | ||
releasedClass?: string; | ||
releasedClass?: string | undefined; | ||
/** Callback for when the sticky state changes. */ | ||
onStateChange?: (status: Status) => void; | ||
onStateChange?: ((status: Status) => void) | undefined; | ||
@@ -102,3 +102,3 @@ /** | ||
*/ | ||
shouldFreeze?: () => boolean; | ||
shouldFreeze?: (() => boolean) | undefined; | ||
@@ -105,0 +105,0 @@ children: React.ReactNode | ((status: Status) => React.ReactNode); |
{ | ||
"name": "@types/react-stickynode", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "TypeScript definitions for react-stickynode", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-stickynode", | ||
"license": "MIT", | ||
@@ -39,4 +40,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "991eaf96a9b1eac7d39649159e35d4c09b7251d88efc15efe07770110d8b7ee2", | ||
"typeScriptVersion": "3.2" | ||
"typesPublisherContentHash": "eea85e296b5c50f578668dc519693bae7ac8d59c0e420e70d64707a1c33e6f38", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 02 Nov 2020 18:02:58 GMT | ||
* Last updated: Thu, 08 Jul 2021 22:41:35 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6477
0