UNPKG

react-native-calendars

Version:
6 lines (5 loc) 168 B
import { ViewStyle } from 'react-native'; import { Theme } from '../types'; export default function platformStyles(appStyle: Theme): { [key: string]: ViewStyle; };