UNPKG

react-elasticsearch-calendar

Version:
5 lines (4 loc) 196 B
import React from "react"; import { MonthlyCalendarProps } from "../interfaces"; declare const MonthlyCalendar: (props: MonthlyCalendarProps) => React.JSX.Element; export default MonthlyCalendar;