UNPKG

react-native-paper-dates

Version:
25 lines (24 loc) 464 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.sharedStyles = void 0; var _reactNative = require("react-native"); const sharedStyles = exports.sharedStyles = _reactNative.StyleSheet.create({ flexDirectionRow: { flexDirection: 'row' }, opacity0: { opacity: 0 }, opacity1: { opacity: 1 }, overflowHidden: { overflow: 'hidden' }, root: { flex: 1 } }); //# sourceMappingURL=styles.js.map