rn-material-ui-textfield
Version:
26 lines (22 loc) • 519 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
var _default = _reactNative.StyleSheet.create({
line: {
position: 'absolute',
bottom: 0,
..._reactNative.Platform.select({
android: {
borderRadius: Number.EPSILON
}
})
},
container: { ..._reactNative.StyleSheet.absoluteFillObject,
overflow: 'hidden'
}
});
exports.default = _default;
//# sourceMappingURL=styles.js.map
;