import { html } from "lit-html"; import { __ } from '../i18n'; const tpl_field = (f) => html`
`; export default (o) => html` `;