Preparing search index...
    interface DatePickerDefaultProps {
        mode: "year" | "month";
        pickerType: "dateTime" | "date";
        showSuffix: boolean;
    }
    Index

    Properties

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