@types/react-dates
Advanced tools
Comparing version 12.1.1 to 12.1.2
@@ -1,2 +0,2 @@ | ||
// Type definitions for react-dates v12.1.0 | ||
// Type definitions for react-dates v12.1.1 | ||
// Project: https://github.com/airbnb/react-dates | ||
@@ -229,2 +229,3 @@ // Definitions by: Artur Ampilogov <https://github.com/Artur-A> | ||
navNext?: string | JSX.Element, | ||
hideKeyboardShortcutsPanel?: boolean; | ||
onPrevMonthClick?: (e: React.EventHandler<React.MouseEvent<HTMLSpanElement>>) => void, | ||
@@ -231,0 +232,0 @@ onNextMonthClick?: (e: React.EventHandler<React.MouseEvent<HTMLSpanElement>>) => void, |
{ | ||
"name": "@types/react-dates", | ||
"version": "12.1.1", | ||
"version": "12.1.2", | ||
"description": "TypeScript definitions for react-dates", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "f0f059cac93a2a70ba7925fe48af81c7f534b694743b06610d728b7df65190df", | ||
"typesPublisherContentHash": "4a0ed501252a94df0265e036384d5527bff72cd36995ddfbd66179b1ecfad2f9", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Fri, 23 Jun 2017 17:35:05 GMT | ||
* Last updated: Tue, 11 Jul 2017 14:01:49 GMT | ||
* Dependencies: react, moment | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
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
12988
227