UNPKG

@gf-ui/components

Version:
17 lines (12 loc) 312 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-d66348cc.js'); const GfTag = class { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h(index.Host, null, "tag")); } }; exports.gf_tag = GfTag;