UNPKG

@fruits-chain/react-native-xiaoshu

Version:
12 lines 343 B
import { StyleSheet } from 'react-native'; export const createStyles = themeVar => { return StyleSheet.create({ menu: { flexDirection: 'row', alignItems: 'center', height: themeVar.dropdown_menu_height, backgroundColor: themeVar.dropdown_menu_background_color } }); }; //# sourceMappingURL=style.menu.js.map