UNPKG

@niku/react-native-dropdown-select

Version:
12 lines 244 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { backgroundColor: 'red' }, title: { padding: 8, paddingLeft: 0, fontWeight: 'bold' } }); //# sourceMappingURL=styles.js.map