UNPKG

react-native-ethiopian-calendar

Version:

A react native calendar component which is mainly intended for applications which require Ethiopian calendar.

16 lines (15 loc) 461 B
import type { Theme } from '../../../types'; import { ImageStyle, TextStyle, ViewStyle } from 'react-native'; export declare const makeStyle: (theme?: Theme) => { mainHeader: ViewStyle; headerButtonsWrapper: ViewStyle; daysHeader: ViewStyle; headerTitle: ViewStyle; todayButton: ViewStyle; todayText: ViewStyle; titleText: TextStyle; dayText: TextStyle; arrow: ViewStyle; arrowImage: ImageStyle; space: ViewStyle; };