@types/react-stickynode
Advanced tools
Comparing version 3.0.2 to 4.0.0
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-stickynode 3.0 | ||
// Type definitions for react-stickynode 4.0 | ||
// Project: https://github.com/yahoo/react-stickynode | ||
@@ -77,2 +77,8 @@ // Definitions by: Tim Stirrat <https://github.com/tstirrat> | ||
/** | ||
* Class name to be applied to the inner element when the sticky | ||
* state is active ('' by default). | ||
*/ | ||
innerActiveClass?: string | undefined; | ||
/** | ||
* Class name to be applied to the element independent of the | ||
@@ -79,0 +85,0 @@ * sticky state. |
{ | ||
"name": "@types/react-stickynode", | ||
"version": "3.0.2", | ||
"version": "4.0.0", | ||
"description": "TypeScript definitions for react-stickynode", | ||
@@ -40,4 +40,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-stickynode", | ||
}, | ||
"typesPublisherContentHash": "eea85e296b5c50f578668dc519693bae7ac8d59c0e420e70d64707a1c33e6f38", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "eb71e52d58e009041d9cf6b8819fb364851574516fb39b862f8bdc613be17ed7", | ||
"typeScriptVersion": "3.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 08 Jul 2021 22:41:35 GMT | ||
* Last updated: Tue, 21 Sep 2021 14:01:21 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ * Global values: none |
6666
86