"use strict"; const Text = { // text 组件 text: { type: "", show: true, text: "", prefixIcon: "", suffixIcon: "", mode: "", href: "", format: "", call: false, openType: "", bold: false, block: false, lines: "", color: "#303133", size: 15, iconStyle: { fontSize: "15px" }, decoration: "none", margin: 0, lineHeight: "", align: "left", wordWrap: "normal", flex1: true } }; exports.Text = Text; //# sourceMappingURL=../../../../../.sourcemap/mp-weixin/uni_modules/uview-plus/components/u-text/text.js.map