UNPKG

radh-ui

Version:

Stencil Component Starter

23 lines (16 loc) 449 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); const index = require('./index-710e648a.js'); // generated by genversion const version = '2.3.3'; const radhVersionCss = ""; class RadhVersion { constructor(hostRef) { index.registerInstance(this, hostRef); } render() { return index.h("div", null, version); } } RadhVersion.style = radhVersionCss; exports.radh_version = RadhVersion;