@types/react-day-picker
Advanced tools
Comparing version 1.2.36 to 1.2.37
@@ -78,3 +78,3 @@ // Type definitions for react-day-picker v1.2.0 | ||
locale?: string; | ||
captionElement?: React.ReactElement<CaptionElementProps> | null; | ||
captionElement?: React.ReactElement<CaptionElementProps>; | ||
onDayClick?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: DayModifiers) => any; | ||
@@ -81,0 +81,0 @@ onDayTouchTap?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: DayModifiers) => any; |
{ | ||
"name": "@types/react-day-picker", | ||
"version": "1.2.36", | ||
"version": "1.2.37", | ||
"description": "TypeScript definitions for react-day-picker", | ||
@@ -17,4 +17,4 @@ "license": "MIT", | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "4a7dd1d05b29c9974f885b130bad30ae08af240bbda8a405e8ab28305a643710", | ||
"typesPublisherContentHash": "8290a59607daaaf9d1df3a6d04bbe8f16b08fc0f7d81aba09de02f5657784ce9", | ||
"typeScriptVersion": "2.1" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 30 Jan 2017 22:14:18 GMT | ||
* Last updated: Tue, 07 Feb 2017 20:01:00 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: DayPicker, ReactDayPicker |
@@ -29,5 +29,5 @@ { | ||
"hasPackageJson": false, | ||
"contentHash": "4a7dd1d05b29c9974f885b130bad30ae08af240bbda8a405e8ab28305a643710" | ||
"contentHash": "8290a59607daaaf9d1df3a6d04bbe8f16b08fc0f7d81aba09de02f5657784ce9" | ||
}, | ||
"isLatest": true | ||
} |
6656