Hacker0x01 / react-datepicker

A simple and reusable datepicker component for React
https://reactdatepicker.com/
MIT License
7.89k stars 2.23k forks source link

type `ReactDatePickerCustomHeaderProps` is no longer exported #4906

Closed adrianaferrugento closed 1 week ago

adrianaferrugento commented 1 week ago

Describe the bug I can no longer access the type of the custom header props, is this expected? I couldn't find anything in the breaking changes list.

To Reproduce import the type ReactDatePickerCustomHeaderProps

Expected behavior Type is exported

JanStevens commented 1 week ago

Workaround

import type { ReactDatePickerCustomHeaderProps } from 'react-datepicker/dist/calendar.d.ts';