Type '{ inputFormat: string; mask: string; views: ("month" | "hours" | "minutes" | "seconds" | "year" | "day")[]; value: Date | null; maxDate: Date; onChange: (date: Date | null) => void; componentsProps: { ...; }; components: { ...; }; OpenPickerButtonProps: { ...; }; renderInput: (renderProps: any) => Element; }' is not assignable to type 'IntrinsicAttributes & DateTimePickerProps<Date> & RefAttributes<HTMLDivElement>'.