@types/react-day-picker
Advanced tools
Comparing version 1.2.31 to 1.2.32
@@ -77,6 +77,6 @@ // Type definitions for react-day-picker v1.2.0 | ||
captionElement?: React.ReactElement<CaptionElementProps>; | ||
onDayClick?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: string[]) => any; | ||
onDayTouchTap?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: string[]) => any; | ||
onDayMouseEnter?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: string[]) => any; | ||
onDayMouseLeave?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: string[]) => any; | ||
onDayClick?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: DayModifiers) => any; | ||
onDayTouchTap?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: DayModifiers) => any; | ||
onDayMouseEnter?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: DayModifiers) => any; | ||
onDayMouseLeave?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: DayModifiers) => any; | ||
onDayTouchEnd?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: DayModifiers) => any; | ||
@@ -83,0 +83,0 @@ onDayTouchStart?: (e: React.SyntheticEvent<{}>, day: Date, modifiers: DayModifiers) => any; |
{ | ||
"name": "@types/react-day-picker", | ||
"version": "1.2.31", | ||
"version": "1.2.32", | ||
"description": "TypeScript definitions for react-day-picker v1.2.0", | ||
@@ -16,4 +16,5 @@ "license": "MIT", | ||
}, | ||
"peerDependencies": {}, | ||
"typings": "index.d.ts", | ||
"typesPublisherContentHash": "7c95fe6a573a5ae3ccfb3db58f9edaf9b2238d3325826b5ba30339a24a3c7abf" | ||
"typesPublisherContentHash": "fa4ebc026d004069d9358fe83ce49068ebddfa2cd98b91b8a63586a21341d338" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 19 Sep 2016 17:28:59 GMT | ||
* Last updated: Thu, 17 Nov 2016 19:08:10 GMT | ||
* File structure: Mixed | ||
@@ -14,0 +14,0 @@ * Library Dependencies: react |
@@ -8,4 +8,4 @@ { | ||
"moduleDependencies": [], | ||
"libraryMajorVersion": "1", | ||
"libraryMinorVersion": "2", | ||
"libraryMajorVersion": 1, | ||
"libraryMinorVersion": 2, | ||
"libraryName": "react-day-picker v1.2.0", | ||
@@ -28,3 +28,3 @@ "typingsPackageName": "react-day-picker", | ||
"hasPackageJson": false, | ||
"contentHash": "7c95fe6a573a5ae3ccfb3db58f9edaf9b2238d3325826b5ba30339a24a3c7abf" | ||
"contentHash": "fa4ebc026d004069d9358fe83ce49068ebddfa2cd98b91b8a63586a21341d338" | ||
} |
6453