UNPKG

@fruits-chain/react-native-xiaoshu

Version:
19 lines (15 loc) • 383 B
"use strict"; 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