onesine / react-tailwindcss-datepicker

Modern date range picker component for React using Tailwind 3 and dayjs. Alternative to Litepie Datepicker.
https://react-tailwindcss-datepicker.vercel.app/
MIT License
552 stars 169 forks source link

Refinement of DatepickerType with Conditional Types based on asSingle Property #189

Closed matteocelani closed 1 year ago

matteocelani commented 1 year ago

Overview:

This PR introduces a refinement to the DatepickerType interface to leverage TypeScript's conditional types. The aim is to provide clearer typing based on the asSingle property value.

Details: