UNPKG

react-trip-date

Version:

date-picker and range-picker for React applications

4 lines (3 loc) 130 B
import { FC } from "react"; import { CalendarProps } from "./calendar.type"; export declare const Calendar: FC<CalendarProps>;