UNPKG

377 BJavaScriptView Raw
1import { r as registerInstance, h, H as Host } from './index-8809c729.js';
2import { n as notSupport } from './helper-3d0ecf0f.js';
3import '@tarojs/taro';
4
5let Map = class {
6 constructor(hostRef) {
7 registerInstance(this, hostRef);
8 }
9 componentDidLoad() {
10 notSupport('Map', this);
11 }
12 render() {
13 return (h(Host, null));
14 }
15};
16
17export { Map as taro_map_core };