UNPKG

@tarojs/components

Version:
16 lines (13 loc) 354 B
import { r as registerInstance, h, H as Host } from './index-5bd7cbab.js'; let MovableView = class { constructor(hostRef) { registerInstance(this, hostRef); } componentDidLoad() { console.error('H5 暂不支持 MovableView 组件!'); } render() { return (h(Host, null)); } }; export { MovableView as taro_movable_view_core };