@fruits-chain/react-native-xiaoshu
Version:
React Native UI library
22 lines (18 loc) • 501 B
JavaScript
;
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