UNPKG

rn-material-ui-textfield

Version:
26 lines (22 loc) 489 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); var _default = _reactNative.StyleSheet.create({ container: { position: 'absolute', top: 0, left: 0, maxWidth: '133%', transformOrigin: 'top left' }, text: { textAlign: 'left', includeFontPadding: false, textAlignVertical: 'top' } }); exports.default = _default; //# sourceMappingURL=styles.js.map