UNPKG

react-native-taqweem

Version:

**A dual calendar component (Hijri + Gregorian) for React Native** — minimal, customizable, and theme-ready. Perfect for apps needing culturally-aware calendars, Islamic date pickers, or just modern UX flexibility.

3 lines 341 B
import type { DualCalendarProps } from '../types'; export declare function DualCalendar({ initialSelectedDate, currentYearMonth, minDate, maxDate, renderHeader, calendarTheme, showAdjacentMonths, calendarMode, allowFutureDates, onDateChange, }: DualCalendarProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map