react-time-picker
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -6,4 +6,2 @@ export type AmPmType = 'am' | 'pm'; | ||
export type LooseValue = LooseValuePiece | [LooseValuePiece, LooseValuePiece]; | ||
type ValuePiece = string | null; | ||
export type Value = ValuePiece | [ValuePiece, ValuePiece]; | ||
export {}; | ||
export type Value = string | null; |
@@ -6,4 +6,2 @@ export type AmPmType = 'am' | 'pm'; | ||
export type LooseValue = LooseValuePiece | [LooseValuePiece, LooseValuePiece]; | ||
type ValuePiece = string | null; | ||
export type Value = ValuePiece | [ValuePiece, ValuePiece]; | ||
export {}; | ||
export type Value = string | null; |
{ | ||
"name": "react-time-picker", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "A time picker for your React app.", | ||
@@ -5,0 +5,0 @@ "main": "dist/cjs/index.js", |
@@ -11,4 +11,2 @@ export type AmPmType = 'am' | 'pm'; | ||
type ValuePiece = string | null; | ||
export type Value = ValuePiece | [ValuePiece, ValuePiece]; | ||
export type Value = string | null; |
303147
6774