@types/rc-slider
Advanced tools
Comparing version 8.2.1 to 8.2.2
@@ -6,2 +6,3 @@ // Type definitions for rc-slider 8.2 | ||
// Austin Turner <https://github.com/paustint> | ||
// Jacob Froman <https://github.com/j-fro> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -96,2 +97,7 @@ // TypeScript Version: 2.3 | ||
/** | ||
* The style used for the background and container. (both for slider(Object) and range(Array of Object), the array will be used for mutli handle follow element order) | ||
*/ | ||
style?: React.CSSProperties[] | React.CSSProperties; | ||
/** | ||
* The style used for handle. (both for slider(Object) and range(Array of Object), the array will be used for mutli handle follow element order) | ||
@@ -98,0 +104,0 @@ */ |
{ | ||
"name": "@types/rc-slider", | ||
"version": "8.2.1", | ||
"version": "8.2.2", | ||
"description": "TypeScript definitions for rc-slider", | ||
@@ -21,2 +21,7 @@ "license": "MIT", | ||
"githubUsername": "paustint" | ||
}, | ||
{ | ||
"name": "Jacob Froman", | ||
"url": "https://github.com/j-fro", | ||
"githubUsername": "j-fro" | ||
} | ||
@@ -33,4 +38,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "9faefb4d1ba9a602ef42e95cd7ea8a0f41c5295b474a11509c23c36e7b0cf138", | ||
"typesPublisherContentHash": "6160d1809e1dd846950d57de2f577c28a9ee7552b6a69487687572e4f215ac12", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Sun, 03 Dec 2017 16:31:01 GMT | ||
* Last updated: Thu, 28 Dec 2017 00:36:00 GMT | ||
* Dependencies: react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Marcinkus Mantas <https://github.com/mantasmarcinkus>, Alexander Mattoni <https://github.com/mattoni>, Austin Turner <https://github.com/paustint>. | ||
These definitions were written by Marcinkus Mantas <https://github.com/mantasmarcinkus>, Alexander Mattoni <https://github.com/mattoni>, Austin Turner <https://github.com/paustint>, Jacob Froman <https://github.com/j-fro>. |
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
8503
170