UNPKG

@fruits-chain/react-native-xiaoshu

Version:
39 lines (32 loc) • 825 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.varCreator = exports.styleCreator = void 0; var _reactNative = require("react-native"); const varCreator = TOKENS => { return { button_bar_padding_horizontal: TOKENS.space_3, button_bar_button_space: 8 }; }; exports.varCreator = varCreator; const styleCreator = cv => { return _reactNative.StyleSheet.create({ button_bar: { flexDirection: 'row', justifyContent: 'flex-end', alignItems: 'center' // paddingHorizontal: cv.button_bar_padding_horizontal, }, button_bar_alone: { flexDirection: 'column', alignItems: 'stretch', justifyContent: 'center' }, btn: { minWidth: 84 } }); }; exports.styleCreator = styleCreator; //# sourceMappingURL=style.js.map