@types/react-big-calendar
Advanced tools
Comparing version 0.22.3 to 0.22.4
@@ -340,2 +340,3 @@ // Type definitions for react-big-calendar 0.22 | ||
export function momentLocalizer(momentInstance: object): DateLocalizer; | ||
export function dateFnsLocalizer(config: object): DateLocalizer; | ||
export interface Navigate { | ||
@@ -342,0 +343,0 @@ PREVIOUS: 'PREV'; |
{ | ||
"name": "@types/react-big-calendar", | ||
"version": "0.22.3", | ||
"version": "0.22.4", | ||
"description": "TypeScript definitions for react-big-calendar", | ||
@@ -84,3 +84,3 @@ "license": "MIT", | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
@@ -96,4 +96,4 @@ "type": "git", | ||
}, | ||
"typesPublisherContentHash": "39b484bb047e655fc3a613c7e20083a8914aae9dee24d4235238ae394111849c", | ||
"typesPublisherContentHash": "55609e8a786461e0ece88aa9503f2e4646024a1afb5735c106908758a797a98d", | ||
"typeScriptVersion": "2.8" | ||
} |
@@ -8,10 +8,10 @@ # Installation | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-big-calendar | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-big-calendar. | ||
Additional Details | ||
* Last updated: Mon, 23 Sep 2019 17:22:46 GMT | ||
* Dependencies: @types/prop-types, @types/react | ||
### Additional Details | ||
* Last updated: Fri, 14 Feb 2020 01:49:09 GMT | ||
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@types/react](https://npmjs.com/package/@types/react) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by Piotr Witek <https://github.com/piotrwitek>, Austin Turner <https://github.com/paustint>, Krzysztof Bezrąk <https://github.com/pikpok>, Sebastian Silbermann <https://github.com/eps1lon>, Paul Potsides <https://github.com/strongpauly>, janb87 <https://github.com/janb87>, Daniel Thorne <https://github.com/ldthorne>, Panagiotis Rikarnto Siavelis <https://github.com/siavelis>, Tomas Hubelbauer <https://github.com/TomasHubelbauer>, Lucas Silva Souza <https://github.com/lksilva>, Siarhey Belofost <https://github.com/SergeyBelofost>, Mark Nelissen <https://github.com/marknelissen>, Eric Kenney <https://github.com/KenneyE>, Paito Anderson <https://github.com/PaitoAnderson>, and Jan Michalak <https://github.com/michalak111>. | ||
These definitions were written by Piotr Witek (https://github.com/piotrwitek), Austin Turner (https://github.com/paustint), Krzysztof Bezrąk (https://github.com/pikpok), Sebastian Silbermann (https://github.com/eps1lon), Paul Potsides (https://github.com/strongpauly), janb87 (https://github.com/janb87), Daniel Thorne (https://github.com/ldthorne), Panagiotis Rikarnto Siavelis (https://github.com/siavelis), Tomas Hubelbauer (https://github.com/TomasHubelbauer), Lucas Silva Souza (https://github.com/lksilva), Siarhey Belofost (https://github.com/SergeyBelofost), Mark Nelissen (https://github.com/marknelissen), Eric Kenney (https://github.com/KenneyE), Paito Anderson (https://github.com/PaitoAnderson), and Jan Michalak (https://github.com/michalak111). |
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
19219
341