@types/react-calendar
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -79,3 +79,3 @@ // Type definitions for react-calendar 3.5 | ||
tileDisabled?: ((props: CalendarTileProperties) => boolean) | undefined; | ||
value?: Date | Date[] | null | undefined; | ||
value?: Date | null | undefined | [Date | null, Date | null]; | ||
view?: Detail | undefined; | ||
@@ -82,0 +82,0 @@ } |
{ | ||
"name": "@types/react-calendar", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "TypeScript definitions for react-calendar", | ||
@@ -30,4 +30,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-calendar", | ||
}, | ||
"typesPublisherContentHash": "243536af21520ec21e9fe35748e5254f4f11b0ad61dbe635aa1d8328a2fa2359", | ||
"typesPublisherContentHash": "c06eb57cb6ea4a17412f30b3ec035fbe0588928b811b3e5b88226c6c5145455d", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Wed, 02 Mar 2022 17:31:50 GMT | ||
* Last updated: Tue, 17 May 2022 06:31:40 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/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
9221