@tarojs/components
Version:
18 lines (15 loc) • 413 B
JavaScript
import { r as registerInstance, h, H as Host } from './index-5e431bb8.js';
import { n as notSupport } from './helper-8a85bb65.js';
import '@tarojs/taro';
const RtcRoomItem = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
componentDidLoad() {
notSupport('RtcRoomItem', this);
}
render() {
return (h(Host, null));
}
};
export { RtcRoomItem as taro_rtc_room_item_core };