import {html, LitElement, css} from "lit"; import {customElement} from "lit/decorators.js"; const tagName = "sonic-tfoot"; @customElement(tagName) export class TableTfoot extends LitElement { static styles = [ css` :host { display: contents; } `, ]; render() { return html`