gov-gui
Version:
Gov UI Component Library Typscript Build
22 lines (18 loc) • 669 B
JavaScript
import { r as registerInstance, h } from './index-6e6d5b7d.js';
import { f as format } from './utils-11fcde98.js';
const myComponentCss = ":host{display:block}";
const MyComponentStyle0 = myComponentCss;
const MyComponent = class {
constructor(hostRef) {
registerInstance(this, hostRef);
}
getText() {
return format(this.first, this.middle, this.last);
}
render() {
return h("div", { key: 'c8ba773e0d0fd715a3987e95b0c864baa3aa8af3', class: 'h1' }, "Hello, World! I'm ", this.getText());
}
};
MyComponent.style = MyComponentStyle0;
export { MyComponent as my_component };
//# sourceMappingURL=my-component.entry.js.map