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