import { CSSResult, html, nothing, TemplateResult, LitElement } from 'lit'; import { customElement, property, query } from 'lit/decorators.js'; import '../lit-icon/lit-icon'; // @ts-ignore import style from './lit-input.scss'; let nextId = 0; /** * Styled, accessible text input. * * Always renders a real `