UNPKG

414 BJavaScriptView Raw
1'use strict';
2
3Object.defineProperty(exports, '__esModule', { value: true });
4
5const index = require('./index-dd4b7ba3.js');
6
7let MatchMedia = class {
8 constructor(hostRef) {
9 index.registerInstance(this, hostRef);
10 }
11 componentDidLoad() {
12 console.error('H5 暂不支持 MatchMedia 组件!');
13 }
14 render() {
15 return (index.h(index.Host, null));
16 }
17};
18
19exports.taro_match_media_core = MatchMedia;