@tarojs/components
Version:
17 lines (12 loc) • 314 B
JavaScript
Object.defineProperty(exports, '__esModule', { value: true });
const index = require('./index-a7069008.js');
const Block = class {
constructor(hostRef) {
index.registerInstance(this, hostRef);
}
render() {
return (index.h(index.Host, null));
}
};
exports.taro_block_core = Block;
;