diff --git a/components/date-picker/interface.js b/components/date-picker/interface.js index c43ae9976..11b889e12 100644 --- a/components/date-picker/interface.js +++ b/components/date-picker/interface.js @@ -50,7 +50,7 @@ export const DatePickerProps = () => ({ disabledTime: PropTypes.func, // onOpenChange?: (status: bool) => void; // onOk?: (selectedTime: moment.Moment) => void; - mode: PropTypes.oneOf(['time', 'date', 'month', 'year']), + mode: PropTypes.oneOf(['time', 'date', 'month', 'year', 'decade']), }); export const MonthPickerProps = () => ({