UNPKG

react-native-ethiopian-calendar

Version:

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

8 lines (7 loc) 230 B
import { TextStyle, ViewStyle } from 'react-native'; import type { Theme } from '../../../types'; export declare const makeStyle: (theme?: Theme) => { container: ViewStyle; toggleCircle: ViewStyle; text: TextStyle; };