+
+ ${this._config.prefix} ${attribute || "-"} ${this._config.suffix}
+
+
+ `;
+ }
+
+ static get styles(): CSSResult {
+ return css`
+ div {
+ text-align: right;
+ }
+ `;
+ }
+}
+
+declare global {
+ interface HTMLElementTagNameMap {
+ "hui-attribute-row": HuiAttributeRow;
+ }
+}