@types/react-big-calendar
Advanced tools
Comparing version 1.8.6 to 1.8.7
@@ -256,3 +256,3 @@ import { | ||
continuesAfter: boolean; | ||
isAllDay: boolean; | ||
isAllDay?: boolean; | ||
localizer: DateLocalizer; | ||
@@ -259,0 +259,0 @@ slotStart: Date; |
@@ -12,3 +12,4 @@ import * as React from "react"; | ||
end: stringOrDate; | ||
isAllDay: boolean; | ||
isAllDay?: boolean; | ||
resourceId?: string | number; | ||
} | ||
@@ -15,0 +16,0 @@ |
{ | ||
"name": "@types/react-big-calendar", | ||
"version": "1.8.6", | ||
"version": "1.8.7", | ||
"description": "TypeScript definitions for react-big-calendar", | ||
@@ -102,4 +102,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-big-calendar", | ||
}, | ||
"typesPublisherContentHash": "022f44629b8ed74cd63f9c9812b0059e11fa2ba8660b6dce5428574a5d4cfba4", | ||
"typesPublisherContentHash": "96adfe01ed68b685b0f1b351ec17f6cf0e209b315ec3ba884be792dded243786", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 04 Dec 2023 17:35:44 GMT | ||
* Last updated: Fri, 08 Dec 2023 15:07:21 GMT | ||
* Dependencies: [@types/date-arithmetic](https://npmjs.com/package/@types/date-arithmetic), [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/react](https://npmjs.com/package/@types/react) | ||
@@ -14,0 +14,0 @@ |
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
30061
610