react-native-calendars-datepicker
Version:
Customizable date picker for React Native that supports Hijri calendar
15 lines • 601 B
TypeScript
import React from 'react';
import { Styles, ClassNames, WeekdayFormat, CalendarComponents } from '../types';
type WeekdaysProps = {
locale: string;
firstDayOfWeek: number;
styles?: Styles;
classNames?: ClassNames;
weekdaysFormat?: WeekdayFormat;
weekdaysHeight?: number;
components?: CalendarComponents;
isRTL: boolean;
};
declare const _default: React.MemoExoticComponent<({ locale, firstDayOfWeek, styles, classNames, weekdaysFormat, weekdaysHeight, components, isRTL, }: WeekdaysProps) => JSX.Element>;
export default _default;
//# sourceMappingURL=weekdays.d.ts.map