UNPKG

react-elasticsearch-calendar

Version:
6 lines (5 loc) 221 B
import React from "react"; import { BookingCalendarProps } from "./interfaces"; import "dayjs/locale/ja"; declare const BookingCalendar: (props: BookingCalendarProps) => React.JSX.Element; export default BookingCalendar;