@niku/react-native-dropdown-select
Version:
A Dropdown select component for React Native
22 lines (18 loc) • 384 B
JavaScript
;
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