UNPKG

@khareem/react-tailwindcss-datepicker

Version:
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;