The type of minute
in props disabledDateTime
of DatePicker
should be number
, not a ComputedRef
.
#6231
Closed
1 task done
Version
3.2.14
Environment
"vue": "^3.2.36"
Reproduction link
Steps to reproduce
What is expected?
The type of
minute
in porpsdisabledDateTime
ofDatePicker
should benumber
What is actually happening?
The type of
minute
in porpsdisabledDateTime
ofDatePicker
is aComputedRef
.in file ant-design-vue/es/vc-picker/interface.d.ts
The type of
minute
in porpsdisabledDateTime
ofDatePicker
declared asnumber
:)
The text was updated successfully, but these errors were encountered: