import { html } from "lit"; export default (o) => html`
${o.label ? html`` : '' }
`;