interface DatePickerDefaultProps {
    mode: "year" | "month";
    pickerType: "date" | "dateTime";
    showSuffix: boolean;
}

Properties

mode: "year" | "month"
pickerType: "date" | "dateTime"
showSuffix: boolean