UNPKG

radh-ui

Version:

Stencil Component Starter

20 lines (14 loc) 563 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-710e648a.js'); const radhUrlCodeCss = "radh-url-code{}"; class RadhUrlCode { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return (index.h("div", null, index.h("a", { href: "https://leanpub.com/angular-guia-practica/c/CODE-DEVUI-AUTENTIA" }, "https://leanpub.com/angular-guia-practica/c/CODE-DEVUI-AUTENTIA"))); } } RadhUrlCode.style = radhUrlCodeCss; exports.radh_url_code = RadhUrlCode;