@tarojs/components
Version: 
19 lines (15 loc) • 377 B
JavaScript
;
const index = require('./index-ae99cbcc.js');
const helper = require('./helper-ad6306f6.js');
const RtcRoomItem = class {
  constructor(hostRef) {
    index.registerInstance(this, hostRef);
  }
  componentDidLoad() {
    helper.notSupport('RtcRoomItem', this);
  }
  render() {
    return (index.h(index.Host, null));
  }
};
exports.RtcRoomItem = RtcRoomItem;