parent
f5986a9cc9
commit
876720f31b
|
@ -147,6 +147,10 @@ function Picker<DateType>() {
|
|||
'allowClear',
|
||||
'autofocus',
|
||||
'showTime',
|
||||
'showNow',
|
||||
'showHour',
|
||||
'showMinute',
|
||||
'showSecond',
|
||||
'picker',
|
||||
'format',
|
||||
'use12Hours',
|
||||
|
|
|
@ -185,6 +185,10 @@ function RangerPicker<DateType>() {
|
|||
'format',
|
||||
'picker',
|
||||
'showTime',
|
||||
'showNow',
|
||||
'showHour',
|
||||
'showMinute',
|
||||
'showSecond',
|
||||
'use12Hours',
|
||||
'separator',
|
||||
'value',
|
||||
|
|
Loading…
Reference in New Issue