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 LivePlayer = class { constructor(hostRef) { index.registerInstance(this, hostRef); } componentDidLoad() { console.error('H5 暂不支持 LivePlayer 组件!'); } render() { return (index.h(index.Host, null)); } }; exports.taro_live_player_core = LivePlayer;