UNPKG

react-native-jalali-persian-date-picker

Version:
5 lines 417 B
import React from 'react'; import type { TCalendar } from './types'; declare const RootCalendar: React.MemoExoticComponent<({ year, month, selectedDate, onDateChange, dateSeparator, minDate, maxDate, dayStyle, selectedDayStyle, selectedDayColor, dayTextStyle, selectedDayTextColor, dayTextColor, disabledTextColor, }: TCalendar) => JSX.Element>; export default RootCalendar; //# sourceMappingURL=RootCalendar.d.ts.map