UNPKG

@tarojs/components

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