@types/react-widgets
Advanced tools
Comparing version 4.2.0 to 4.2.1
@@ -45,2 +45,6 @@ import { ComponentClass, KeyboardEvent, ReactElement, ReactType } from 'react'; | ||
/** | ||
* Default current date | ||
*/ | ||
defaultCurrentDate?: Date; | ||
/** | ||
* Default value for current date. Useful for suggesting a date when the caldenar opens without keep forcing it once 'value' is set. | ||
@@ -47,0 +51,0 @@ */ |
{ | ||
"name": "@types/react-widgets", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "TypeScript definitions for react-widgets", | ||
@@ -39,3 +39,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "", | ||
"types": "index", | ||
"repository": { | ||
@@ -49,4 +49,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "5d940832dc7bf71b94f2586d63a9f833e23db706961077aba926c66827bad80f", | ||
"typesPublisherContentHash": "dcd33342734eec931a7c1648516f6b121290057fc81152c9bf1d64f262fb39c3", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -11,4 +11,4 @@ # Installation | ||
Additional Details | ||
* Last updated: Tue, 16 Oct 2018 16:50:00 GMT | ||
* Dependencies: react | ||
* Last updated: Tue, 22 Jan 2019 17:18:43 GMT | ||
* Dependencies: @types/react | ||
* Global values: none | ||
@@ -15,0 +15,0 @@ |
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
48661
1163