UNPKG

radh-ui

Version:

Stencil Component Starter

19 lines (14 loc) 380 B
import { r as registerInstance, h } from './index-a9700b09.js'; // generated by genversion const version = '2.3.3'; const radhVersionCss = ""; class RadhVersion { constructor(hostRef) { registerInstance(this, hostRef); } render() { return h("div", null, version); } } RadhVersion.style = radhVersionCss; export { RadhVersion as radh_version };