@types/react-flatpickr
Advanced tools
Comparing version 3.8.7 to 3.8.8
// Type definitions for react-flatpickr 3.8 | ||
// Project: https://github.com/coderhaoxin/react-flatpickr | ||
// Definitions by: snaveevans <https://github.com/snaveevans> | ||
// doniyor2109 <https://github.com/doniyor2109> | ||
// jleider <https://github.com/jleider> | ||
// sysix <https://github.com/sysix> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -14,3 +14,3 @@ // TypeScript Version: 2.8 | ||
export interface DateTimePickerProps extends Omit<Partial<HTMLInputElement>, 'children' | 'value'> { | ||
export interface DateTimePickerProps extends Omit<React.ComponentPropsWithoutRef<'input'>, 'children' | 'value' | 'onChange'> { | ||
defaultValue?: string | undefined; | ||
@@ -17,0 +17,0 @@ options?: flatpickr.Options.Options | undefined; |
{ | ||
"name": "@types/react-flatpickr", | ||
"version": "3.8.7", | ||
"version": "3.8.8", | ||
"description": "TypeScript definitions for react-flatpickr", | ||
@@ -14,10 +14,10 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-flatpickr", | ||
{ | ||
"name": "doniyor2109", | ||
"url": "https://github.com/doniyor2109", | ||
"githubUsername": "doniyor2109" | ||
}, | ||
{ | ||
"name": "jleider", | ||
"url": "https://github.com/jleider", | ||
"githubUsername": "jleider" | ||
}, | ||
{ | ||
"name": "sysix", | ||
"url": "https://github.com/sysix", | ||
"githubUsername": "sysix" | ||
} | ||
@@ -37,4 +37,4 @@ ], | ||
}, | ||
"typesPublisherContentHash": "e4a68d7f2359a2328d2f652504f46aad8d69b1d47b2197c7e2352af34e0f4efe", | ||
"typeScriptVersion": "3.9" | ||
"typesPublisherContentHash": "ded6e5d8f6b1022359bb729df9ad3daab07fd5c96d638f3d646c9479812292ea", | ||
"typeScriptVersion": "4.1" | ||
} |
@@ -14,4 +14,4 @@ # Installation | ||
// Definitions by: snaveevans <https://github.com/snaveevans> | ||
// doniyor2109 <https://github.com/doniyor2109> | ||
// jleider <https://github.com/jleider> | ||
// sysix <https://github.com/sysix> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
@@ -25,3 +25,3 @@ // TypeScript Version: 2.8 | ||
export interface DateTimePickerProps extends Omit<Partial<HTMLInputElement>, 'children' | 'value'> { | ||
export interface DateTimePickerProps extends Omit<React.ComponentPropsWithoutRef<'input'>, 'children' | 'value' | 'onChange'> { | ||
defaultValue?: string | undefined; | ||
@@ -50,7 +50,7 @@ options?: flatpickr.Options.Options | undefined; | ||
### Additional Details | ||
* Last updated: Mon, 06 Jun 2022 16:31:32 GMT | ||
* Dependencies: [@types/react](https://npmjs.com/package/@types/react), [@types/flatpickr](https://npmjs.com/package/@types/flatpickr) | ||
* Last updated: Tue, 25 Oct 2022 17:32:49 GMT | ||
* Dependencies: [@types/flatpickr](https://npmjs.com/package/@types/flatpickr), [@types/react](https://npmjs.com/package/@types/react) | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [snaveevans](https://github.com/snaveevans), [doniyor2109](https://github.com/doniyor2109), and [jleider](https://github.com/jleider). | ||
These definitions were written by [snaveevans](https://github.com/snaveevans), [jleider](https://github.com/jleider), and [sysix](https://github.com/sysix). |