UNPKG

@tarojs/components

Version:
17 lines (12 loc) 349 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-dd4b7ba3.js'); let Label = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("label", { htmlFor: this.for }, index.h("slot", null))); } }; exports.taro_label_core = Label;