UNPKG

converse.js

Version:
10 lines (7 loc) 264 B
import { html } from "lit"; export default (o) => html` <div class="message date-separator" data-isodate="${o.time}"> <hr class="separator"/> <time class="separator-text" datetime="${o.time}"><span>${o.datestring}</span></time> </div> `;