UNPKG

react-simple-calender

Version:
11 lines (10 loc) 295 B
type MonthProp = { height: number; showCalender: () => void; tileSize: number; year: string; switchToYear: () => void; selectMonth: (value: number) => void; }; export default function Month(props: MonthProp): import("react/jsx-runtime").JSX.Element; export {};