UNPKG

react-native-switch-month-week

Version:

react native calendar with a week and month view

15 lines (14 loc) 384 B
import { StyleProp, TextStyle } from 'react-native'; import { ReturnStyles } from '../../Assets/style/types'; import type { Locale } from '../../Constants/type'; export interface WeekDaysNamesProps { firstDay?: number; dayNames?: string[]; layout: { containerWidth: number; itemWidth: number; itemHeight: number; }, locale: Locale; styles?: ReturnStyles; }