UNPKG

react-native-future-date-range-calendar

Version:
4 lines (3 loc) 168 B
import React from 'react'; import { CalendarViewProps } from "./@types"; export declare const FutureDateRangeCalendar: (props: CalendarViewProps) => React.JSX.Element;