react-native-jalali-persian-date-picker
Version:
React Native Jalali Date Picker Component
5 lines • 373 B
TypeScript
/// <reference types="react" />
import type { TMonthSelector } from './types';
declare const MonthSelector: ({ onMonthChange, month, year, selectedEachMonthStyle, selectedEachMonthTextStyle, minYear, minMonth, maxYear, maxMonth, eachMonthStyle, eachMonthTextStyle, }: TMonthSelector) => JSX.Element;
export default MonthSelector;
//# sourceMappingURL=MonthSelector.d.ts.map