UNPKG

react-native-jalali-persian-date-picker

Version:
5 lines 478 B
import React from 'react'; import type { THeader } from './types'; declare const Header: React.MemoExoticComponent<({ mode, containerStyle, changeModeTo, yearMonthTextStyle, iconContainerStyle, backIcon, backIconStyle, year, month, nextIcon, nextIconStyle, decreaseYear, increaseYear, decreaseMonth, increaseMonth, minYear, maxYear, minMonth, maxMonth, yearMonthBoxStyle, isShowMonthLabel, }: THeader) => JSX.Element>; export default Header; //# sourceMappingURL=Header.d.ts.map