UNPKG

react-native-paper-dates

Version:
21 lines (20 loc) 338 B
"use strict"; import { StyleSheet } from 'react-native'; export const sharedStyles = StyleSheet.create({ flexDirectionRow: { flexDirection: 'row' }, opacity0: { opacity: 0 }, opacity1: { opacity: 1 }, overflowHidden: { overflow: 'hidden' }, root: { flex: 1 } }); //# sourceMappingURL=styles.js.map