@types/react-widgets
Advanced tools
Comparing version 4.3.1 to 4.3.2
@@ -10,2 +10,3 @@ // Type definitions for react-widgets 4.3 | ||
// Troy Zarger <https://github.com/tzarger> | ||
// Siya Mzam <https://github.com/vegtelenseg> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -12,0 +13,0 @@ // TypeScript Version: 2.8 |
@@ -169,2 +169,7 @@ import * as React from 'react'; | ||
multiple?: boolean; | ||
/** | ||
* Adds a css class to the input container element. | ||
*/ | ||
containerClassName?: string; | ||
} | ||
@@ -171,0 +176,0 @@ |
{ | ||
"name": "@types/react-widgets", | ||
"version": "4.3.1", | ||
"version": "4.3.2", | ||
"description": "TypeScript definitions for react-widgets", | ||
@@ -41,2 +41,7 @@ "license": "MIT", | ||
"githubUsername": "tzarger" | ||
}, | ||
{ | ||
"name": "Siya Mzam ", | ||
"url": "https://github.com/vegtelenseg", | ||
"githubUsername": "vegtelenseg" | ||
} | ||
@@ -48,3 +53,4 @@ ], | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/react-widgets" | ||
}, | ||
@@ -55,4 +61,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "e13fa0d9095c629e3d0084e9b0b2648942d9405be407638b1be631cf3f770ec1", | ||
"typesPublisherContentHash": "5c0493b4a7fec82051f81c55939da600574dae8c0ef328d172d08989c049aea5", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 13 Feb 2019 21:06:19 GMT | ||
* Last updated: Wed, 27 Feb 2019 18:03:11 GMT | ||
* Dependencies: @types/react | ||
@@ -17,2 +17,2 @@ * Global values: none | ||
# Credits | ||
These definitions were written by Rogier Schouten <https://github.com/rogierschouten>, Balázs Sándor <https://github.com/sanyatuning>, Frode Hansen <https://github.com/frodehansen2>, Andrew Makarov <https://github.com/r3nya>, Maxime Billemaz <https://github.com/MBillemaz>, Georg Steinmetz <https://github.com/georg94>, Troy Zarger <https://github.com/tzarger>. | ||
These definitions were written by Rogier Schouten <https://github.com/rogierschouten>, Balázs Sándor <https://github.com/sanyatuning>, Frode Hansen <https://github.com/frodehansen2>, Andrew Makarov <https://github.com/r3nya>, Maxime Billemaz <https://github.com/MBillemaz>, Georg Steinmetz <https://github.com/georg94>, Troy Zarger <https://github.com/tzarger>, Siya Mzam <https://github.com/vegtelenseg>. |
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
49527
1174