@types/react-flatpickr
Advanced tools
Comparing version 3.8.2 to 3.8.3
@@ -13,3 +13,3 @@ // Type definitions for react-flatpickr 3.8 | ||
export type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>; | ||
export type Omit<T, K extends keyof any> = Pick<T, Exclude<keyof T, K>>; | ||
@@ -16,0 +16,0 @@ export interface DateTimePickerProps extends Omit<Partial<HTMLInputElement>, 'value'> { |
{ | ||
"name": "@types/react-flatpickr", | ||
"version": "3.8.2", | ||
"version": "3.8.3", | ||
"description": "TypeScript definitions for react-flatpickr", | ||
@@ -40,4 +40,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "d4b77d70786e61b203f8a7774175aa139437f70ba08ac57774283fd66aa537dc", | ||
"typesPublisherContentHash": "ee40d648daa914133607f100bec1d5f8da94155990e316698f06d7fa9284b2cf", | ||
"typeScriptVersion": "3.5" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Sun, 07 Mar 2021 09:58:01 GMT | ||
* Last updated: Mon, 08 Mar 2021 09:15:02 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/flatpickr](https://npmjs.com/package/@types/flatpickr) | ||
@@ -14,0 +14,0 @@ * Global values: none |
4560