UNPKG

react-native-schedule-week-view

Version:
13 lines (10 loc) 217 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ title: { justifyContent: 'center', alignItems: 'center', width: 60, borderTopWidth: 1, }, }); export default styles;