UNPKG

@tarojs/components

Version:
17 lines (12 loc) 339 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-a7069008.js'); const CustomWrapper = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h(index.Host, null)); } }; exports.taro_custom_wrapper_core = CustomWrapper;