UNPKG

274 BJavaScriptView Raw
1import { r as registerInstance, h } from './index-8809c729.js';
2
3let Label = class {
4 constructor(hostRef) {
5 registerInstance(this, hostRef);
6 }
7 render() {
8 return (h("label", { htmlFor: this.for }, h("slot", null)));
9 }
10};
11
12export { Label as taro_label_core };