@types/react-big-calendar
Advanced tools
Comparing version 0.31.3 to 0.31.4
@@ -398,3 +398,3 @@ // Type definitions for react-big-calendar 0.31 | ||
} | ||
export interface Views { | ||
export const Views: { | ||
MONTH: 'month'; | ||
@@ -405,3 +405,3 @@ WEEK: 'week'; | ||
AGENDA: 'agenda'; | ||
} | ||
}; | ||
export function move(View: ViewStatic | ViewKey, options: MoveOptions): Date; | ||
@@ -408,0 +408,0 @@ |
{ | ||
"name": "@types/react-big-calendar", | ||
"version": "0.31.3", | ||
"version": "0.31.4", | ||
"description": "TypeScript definitions for react-big-calendar", | ||
@@ -111,4 +111,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-big-calendar", | ||
}, | ||
"typesPublisherContentHash": "c71ca59d1b6f41d6ce2f11898d46252313fc8c12ae0169f9223a780ee2ad8bfd", | ||
"typesPublisherContentHash": "ea923e9b7fd53fd095f63b30b64565382e32eb24a441febe6c38350504e408e2", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Thu, 01 Jul 2021 09:01:48 GMT | ||
* Last updated: Mon, 05 Jul 2021 09:01:19 GMT | ||
* Dependencies: [@types/prop-types](https://npmjs.com/package/@types/prop-types), [@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
24159