@types/react-day-picker
Advanced tools
Comparing version 1.2.26 to 1.2.27
@@ -32,3 +32,3 @@ // Type definitions for react-day-picker v1.2.0 | ||
locale?: string; | ||
onClick?: React.MouseEventHandler; | ||
onClick?: React.MouseEventHandler<{}>; | ||
} | ||
@@ -48,8 +48,8 @@ | ||
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: 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; | ||
onMonthChange?: (month: Date) => any; | ||
onCaptionClick?: (e: React.SyntheticEvent, month: Date) => any; | ||
onCaptionClick?: (e: React.SyntheticEvent<{}>, month: Date) => any; | ||
className?: string; | ||
@@ -56,0 +56,0 @@ style?: React.CSSProperties; |
{ | ||
"name": "@types/react-day-picker", | ||
"version": "1.2.26", | ||
"version": "1.2.27", | ||
"description": "TypeScript definitions for react-day-picker v1.2.0", | ||
"license": "MIT", | ||
"author": "Giampaolo Bellavite <https://github.com/gpbl>, Jason Killian <https://github.com/jkillian>", | ||
"main": "", | ||
"scripts": {}, | ||
"author": "Giampaolo Bellavite <https://github.com/gpbl>, Jason Killian <https://github.com/jkillian>", | ||
"repository": { | ||
@@ -12,7 +12,7 @@ "type": "git", | ||
}, | ||
"license": "MIT", | ||
"typings": "index.d.ts", | ||
"scripts": {}, | ||
"dependencies": { | ||
"@types/react": "0.14.*" | ||
} | ||
}, | ||
"typings": "index.d.ts" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Thu, 14 Jul 2016 13:52:49 GMT | ||
* Last updated: Tue, 19 Jul 2016 13:07:25 GMT | ||
* File structure: Mixed | ||
@@ -14,0 +14,0 @@ * Library Dependencies: react |
@@ -26,3 +26,4 @@ { | ||
], | ||
"contentHash": "42141bc7c0c9336f7b5ea559660c7f34423511223830e6c508c62515a4eb0e18" | ||
"hasPackageJson": false, | ||
"contentHash": "b9d174a40b373d68d4379c4d0e7ea82d202e209570ad021a77f7e1b603c242fd" | ||
} |
5113
94