UNPKG

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

Version:
17 lines (14 loc) 241 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ columnContainer: { paddingTop: 10, }, label: { flex: -1, }, text: { fontSize: 12, textAlign: 'center', }, }); export default styles;