UNPKG

react-native-week-view-week-index-only

Version:
12 lines (9 loc) 202 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ title: { justifyContent: 'center', alignItems: 'center', borderTopWidth: 1, }, }); export default styles;