UNPKG

492 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright 2019 Google LLC
4 * SPDX-License-Identifier: Apache-2.0
5 */
6import { TextAreaCharCounter, TextFieldBase, TextFieldInputMode, TextFieldType } from './mwc-textfield-base.js';
7export { TextAreaCharCounter, TextFieldInputMode, TextFieldType };
8declare global {
9 interface HTMLElementTagNameMap {
10 'mwc-textfield': TextField;
11 }
12}
13/** @soyCompatible */
14export declare class TextField extends TextFieldBase {
15 static styles: import("lit").CSSResult[];
16}