import { r as registerInstance, h, H as Host } from './index-5bd7cbab.js';
let Ad = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
componentDidLoad() {
console.error('H5 暂不支持 Ad 组件!');
}
render() {
return (h(Host, null));
}
};
export { Ad as taro_ad_core };