react-native-jalali-persian-date-picker
Version:
React Native Jalali Date Picker Component
5 lines • 417 B
TypeScript
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