@types/react-big-calendar
Advanced tools
Comparing version 1.8.8 to 1.8.9
@@ -425,5 +425,6 @@ import { | ||
export interface CalendarProps<TEvent extends object = Event, TResource extends object = object> { | ||
export interface CalendarProps<TEvent extends object = Event, TResource extends object = object> | ||
extends React.RefAttributes<Calendar<TEvent, TResource>> | ||
{ | ||
children?: React.ReactNode; | ||
ref?: React.LegacyRef<Calendar<TEvent, TResource>> | undefined; | ||
localizer: DateLocalizer; | ||
@@ -430,0 +431,0 @@ |
{ | ||
"name": "@types/react-big-calendar", | ||
"version": "1.8.8", | ||
"version": "1.8.9", | ||
"description": "TypeScript definitions for react-big-calendar", | ||
@@ -102,4 +102,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-big-calendar", | ||
}, | ||
"typesPublisherContentHash": "0edabb41992bc46ad89c01dee69ad28027ee0ad23803c6edc8eb2434c695fe68", | ||
"typesPublisherContentHash": "ddbc69204aca34ce16cf8a6dfd0c06f8adfb2a2bc7a25e1a959b2ba79a6d06dc", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 02 Jan 2024 21:06:49 GMT | ||
* Last updated: Thu, 29 Feb 2024 19:35:43 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
611
30054