You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previous versions of react-day-picker exported the LocaleUtils interface in the TypeScript type definitions. This was changed at some point, and LocaleUtils is no longer exported.
Without this exported type, it is still possible, but cumbersome, to obtain the type as follows:
It would be much more convenient if LocaleUtils was exported by "react-day-picker".
Similarly, the other interfaces defined in utils.d.ts should probably also be exported for convenience. This would be as simple as adding the following line to index.d.ts:
export*from'./utils';
The text was updated successfully, but these errors were encountered:
Previous versions of react-day-picker exported the LocaleUtils interface in the TypeScript type definitions. This was changed at some point, and LocaleUtils is no longer exported.
Without this exported type, it is still possible, but cumbersome, to obtain the type as follows:
It would be much more convenient if LocaleUtils was exported by "react-day-picker".
Similarly, the other interfaces defined in utils.d.ts should probably also be exported for convenience. This would be as simple as adding the following line to index.d.ts:
The text was updated successfully, but these errors were encountered: