UNPKG

react-tailwindcss-datepicker-sct

Version:
7 lines (6 loc) 150 B
import React from "react"; interface Props { clickMonth: (month: number) => void; } declare const Months: React.FC<Props>; export default Months;