Hacker0x01 / react-datepicker

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

feat: export CalendarContainerProps interface #4914

Closed plahteenlahti closed 1 week ago

plahteenlahti commented 1 week ago

The CalendarContainerProps interface is now exported, allowing other modules to import and use it.

Problem CalendarContainerProps wasn't exported

Changes Export the interface

Contribution checklist

codecov[bot] commented 1 week ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.66%. Comparing base (0c27496) to head (f2aa65a).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4914 +/- ## ======================================= Coverage 96.66% 96.66% ======================================= Files 28 28 Lines 3264 3264 Branches 1359 1355 -4 ======================================= Hits 3155 3155 Misses 105 105 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.