interface DatePickerBaseProps {
    confirmText?: null | string;
    icon?: ReactElement<any, string | JSXElementConstructor<any>> | IconType;
    responsiveType?: "mobile" | "responsive" | "desktop";
}

Properties

confirmText?: null | string
icon?: ReactElement<any, string | JSXElementConstructor<any>> | IconType
responsiveType?: "mobile" | "responsive" | "desktop"

Generated using TypeDoc