UNPKG

@fruits-chain/react-native-xiaoshu

Version:
22 lines (18 loc) 501 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createStyles = void 0; var _reactNative = require("react-native"); const createStyles = themeVar => { return _reactNative.StyleSheet.create({ menu: { flexDirection: 'row', alignItems: 'center', height: themeVar.dropdown_menu_height, backgroundColor: themeVar.dropdown_menu_background_color } }); }; exports.createStyles = createStyles; //# sourceMappingURL=style.menu.js.map