UNPKG

react-native-jalali-persian-date-picker

Version:
5 lines 373 B
/// <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