···106 return /** @type {T} */ (tmpl.cloneNode(true));
107}
108109+/**
110+ * @attribute {string} host - description for foo
111+ * @attribute {number} rows - description for foo
112+ *
113+ * @csspart menu - Styles the color of bar
114+ * @csspart user -
115+ * @csspart avatar -
116+ * @csspart img -
117+ * @csspart handle -
118+ *
119+ * @slot - This is a default/unnamed slot
120+ *
121+ * @cssprop --color-background - Controls the color of foo
122+ * @cssprop --color-border - Controls the color of foo
123+ * @cssprop --color-shadow - Controls the color of foo
124+ * @cssprop --color-hover - Controls the color of foo
125+ * @cssprop --color-avatar-fallback - Controls the color of foo
126+ * @cssprop --radius - Controls the color of foo
127+ * @cssprop --padding-menu - Controls the color of foo
128+ *
129+ * @summary This is MyElement
130+ *
131+ * @tag actor-typeahead
132+ */
133export default class ActorTypeahead extends HTMLElement {
134 static tag = "actor-typeahead";
135