"use strict"; const common_vendor = require("../../common/vendor.js"); const _sfc_main = { __name: "statusBar", setup(__props) { const statusBarHeight = common_vendor.index.getSystemInfoSync().statusBarHeight + "px"; return (_ctx, _cache) => { return { a: statusBarHeight }; }; } }; wx.createComponent(_sfc_main);