···106106 return /** @type {T} */ (tmpl.cloneNode(true));
107107}
108108109109+/**
110110+ * @attribute {string} host - description for foo
111111+ * @attribute {number} rows - description for foo
112112+ *
113113+ * @csspart menu - Styles the color of bar
114114+ * @csspart user -
115115+ * @csspart avatar -
116116+ * @csspart img -
117117+ * @csspart handle -
118118+ *
119119+ * @slot - This is a default/unnamed slot
120120+ *
121121+ * @cssprop --color-background - Controls the color of foo
122122+ * @cssprop --color-border - Controls the color of foo
123123+ * @cssprop --color-shadow - Controls the color of foo
124124+ * @cssprop --color-hover - Controls the color of foo
125125+ * @cssprop --color-avatar-fallback - Controls the color of foo
126126+ * @cssprop --radius - Controls the color of foo
127127+ * @cssprop --padding-menu - Controls the color of foo
128128+ *
129129+ * @summary This is MyElement
130130+ *
131131+ * @tag actor-typeahead
132132+ */
109133export default class ActorTypeahead extends HTMLElement {
110134 static tag = "actor-typeahead";
111135