@types/react-flatpickr
Advanced tools
Comparing version 3.2.2 to 3.2.3
@@ -8,8 +8,8 @@ // Type definitions for react-flatpickr 3.2 | ||
import { Component } from 'react'; | ||
import { Hook, Options } from 'flatpickr'; | ||
import { Options } from 'flatpickr'; | ||
export interface DateTimePickerProps { | ||
defaultValue?: string; | ||
options?: Options; | ||
onChange?: Hook; | ||
options?: Options.Options; | ||
onChange?: Options.Hook; | ||
value?: string; | ||
@@ -16,0 +16,0 @@ } |
{ | ||
"name": "@types/react-flatpickr", | ||
"version": "3.2.2", | ||
"version": "3.2.3", | ||
"description": "TypeScript definitions for react-flatpickr", | ||
@@ -23,4 +23,4 @@ "license": "MIT", | ||
}, | ||
"typesPublisherContentHash": "a73c6fe8696f382342a1622c5aa7129178da2b255a8a05a304edc5ac30b63219", | ||
"typesPublisherContentHash": "fec5384f0666225315d593c99fd1ff0ae2c241dcb2fc16006daf49e8cf6515b2", | ||
"typeScriptVersion": "2.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
Additional Details | ||
* Last updated: Wed, 25 Oct 2017 18:57:51 GMT | ||
* Last updated: Sun, 03 Dec 2017 16:31:01 GMT | ||
* Dependencies: react, flatpickr | ||
@@ -14,0 +14,0 @@ * Global values: none |
Sorry, the diff of this file is not supported yet
2985