UNPKG

@birkan-dogan-upu/react-tailwindcss-datepicker

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