@types/react-big-calendar
Advanced tools
Comparing version 0.18.1 to 0.18.2
@@ -89,2 +89,10 @@ // Type definitions for react-big-calendar 0.18 | ||
export interface HeaderProps { | ||
culture: BigCalendarProps['culture']; | ||
date: Date; | ||
format: string; | ||
label: string; | ||
localizer: object; | ||
} | ||
export interface Components { | ||
@@ -95,2 +103,6 @@ event?: React.SFC | React.Component | React.ComponentClass | JSX.Element; | ||
dateCellWrapper?: React.SFC | React.Component | React.ComponentClass | JSX.Element; | ||
/** | ||
* component used as a header for each column in the TimeGridHeader | ||
*/ | ||
header?: React.ComponentType<HeaderProps>; | ||
toolbar?: React.SFC | React.Component | React.ComponentClass | JSX.Element; | ||
@@ -97,0 +109,0 @@ agenda?: { |
{ | ||
"name": "@types/react-big-calendar", | ||
"version": "0.18.1", | ||
"version": "0.18.2", | ||
"description": "TypeScript definitions for react-big-calendar", | ||
@@ -37,4 +37,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "370b1f7c3e9e943a71fef443735983698f5ec9ac58875d1c937ec210e9ece68a", | ||
"typesPublisherContentHash": "7dc078fa36f204b41bf162d08b8f196c99641ac40801a6f01f7c4dcf00e99b8f", | ||
"typeScriptVersion": "2.7" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Mon, 02 Jul 2018 20:44:33 GMT | ||
* Last updated: Mon, 30 Jul 2018 23:12:12 GMT | ||
* Dependencies: react | ||
@@ -14,0 +14,0 @@ * Global values: none |
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
10113
188