UNPKG

@niku/react-native-dropdown-select

Version:
22 lines (18 loc) 384 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; var _reactNative = require("react-native"); const styles = _reactNative.StyleSheet.create({ container: { backgroundColor: 'red' }, title: { padding: 8, paddingLeft: 0, fontWeight: 'bold' } }); exports.styles = styles; //# sourceMappingURL=styles.js.map