import { html } from "lit-html"; export default (o) => html` ${ o.show_call_button ? html`
  • ` : '' } ${ o.show_occupants_toggle ? html`
  • ` : '' } ${ o.message_limit ? html`
  • ${o.message_limit}
  • ` : '' } `;