UNPKG

@tarojs/components

Version:
20 lines (15 loc) 414 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-dd4b7ba3.js'); let LivePusher = class { constructor(hostRef) { index.registerInstance(this, hostRef); } componentDidLoad() { console.error('H5 暂不支持 LivePusher 组件!'); } render() { return (index.h(index.Host, null)); } }; exports.taro_live_pusher_core = LivePusher;