This commit is contained in:
rodydavis
2026-07-05 02:38:01 +00:00
commit bd0b0c8881
143 changed files with 62442 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import{a as o,i as r,b as i}from"./lit-element-BUNo9pnf.js";const s=class s extends o{constructor(e="Somebody"){super(),this.name=e}render(){return i`<p>Hello, ${this.name}!</p>`}};s.styles=r`
p {
color: blue;
}
`,s.properties={name:{type:String}};let t=s;customElements.get("simple-greeting")||customElements.define("simple-greeting",t);export{t as SimpleGreeting};