import { html } from 'lit'; // prettier-ignore export const AttachmentTooltip = html` Rickroll.mp3 Attach a file. `; // prettier-ignore export const PDFTooltip = html` Rickroll.pdf Upload a pdf to document. `;