UNPKG

@tarojs/components

Version:
22 lines (17 loc) 473 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-a7069008.js'); const helper = require('./helper-ad6306f6.js'); require('@tarojs/taro'); const LivePlayer = class { constructor(hostRef) { index.registerInstance(this, hostRef); } componentDidLoad() { helper.notSupport('LivePlayer', this); } render() { return (index.h(index.Host, null)); } }; exports.taro_live_player_core = LivePlayer;