UNPKG

@ballistix.digital/react-tailwindcss-datepicker

Version:
8 lines (7 loc) 196 B
import React from "react"; interface Props { currentMonth: number; clickMonth: (month: number) => void; } declare const Months: (props: Props) => React.JSX.Element; export default Months;