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

    Properties

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