UNPKG

react-native-ethiopian-calendar-date-picker

Version:

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

7 lines (6 loc) 200 B
import { ViewStyle } from 'react-native'; import type { Theme } from '../../types'; export declare const makeStyle: (theme?: Theme) => { container: ViewStyle; daysWrapper: ViewStyle; };