UNPKG

react-native-week-view

Version:
13 lines (10 loc) 193 B
import { StyleSheet } from 'react-native'; const styles = StyleSheet.create({ container: { position: 'absolute', }, description: { fontSize: 14, }, }); export default styles;