UNPKG

react-tailwindcss-datepicker

Version:

A modern React Datepicker using Tailwind CSS 3

7 lines (6 loc) 191 B
interface Props { currentMonth: number; clickMonth: (month: number) => void; } declare const Months: (props: Props) => import("react/jsx-runtime").JSX.Element; export default Months;