UNPKG

@tarojs/components

Version:
20 lines (15 loc) 418 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-dd4b7ba3.js'); let MovableArea = class { constructor(hostRef) { index.registerInstance(this, hostRef); } componentDidLoad() { console.error('H5 暂不支持 MovableArea 组件!'); } render() { return (index.h(index.Host, null)); } }; exports.taro_movable_area_core = MovableArea;