rc-picker
Advanced tools
Comparing version 4.0.0-alpha.10 to 4.0.0-alpha.11
@@ -8,3 +8,3 @@ import * as React from 'react'; | ||
separator?: React.ReactNode; | ||
value?: RangeValueType<DateType>; | ||
value?: RangeValueType<DateType> | null; | ||
defaultValue?: RangeValueType<DateType>; | ||
@@ -11,0 +11,0 @@ onChange?: (dates: RangeValueType<DateType>, dateStrings: [string, string]) => void; |
@@ -9,3 +9,3 @@ import * as React from 'react'; | ||
maxTagCount?: number | 'responsive'; | ||
value?: DateType | DateType[]; | ||
value?: DateType | DateType[] | null; | ||
defaultValue?: DateType | DateType[]; | ||
@@ -12,0 +12,0 @@ onChange?: (date: DateType | DateType[], dateString: string | string[]) => void; |
@@ -8,3 +8,3 @@ import * as React from 'react'; | ||
separator?: React.ReactNode; | ||
value?: RangeValueType<DateType>; | ||
value?: RangeValueType<DateType> | null; | ||
defaultValue?: RangeValueType<DateType>; | ||
@@ -11,0 +11,0 @@ onChange?: (dates: RangeValueType<DateType>, dateStrings: [string, string]) => void; |
@@ -9,3 +9,3 @@ import * as React from 'react'; | ||
maxTagCount?: number | 'responsive'; | ||
value?: DateType | DateType[]; | ||
value?: DateType | DateType[] | null; | ||
defaultValue?: DateType | DateType[]; | ||
@@ -12,0 +12,0 @@ onChange?: (date: DateType | DateType[], dateString: string | string[]) => void; |
{ | ||
"name": "rc-picker", | ||
"version": "4.0.0-alpha.10", | ||
"version": "4.0.0-alpha.11", | ||
"description": "React date & time picker", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
864885