@fruits-chain/react-native-xiaoshu
Version:
🌈 React Native UI library
19 lines (15 loc) • 383 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styleCreator = void 0;
var _reactNative = require("react-native");
const styleCreator = cv => {
return _reactNative.StyleSheet.create({
icon: {
marginLeft: cv.popup_close_icon_margin_left
}
});
};
exports.styleCreator = styleCreator;
//# sourceMappingURL=style.header.js.map