UNPKG

626 BJavaScriptView Raw
1/**
2 * @license
3 * Copyright 2019 Google LLC
4 * SPDX-License-Identifier: Apache-2.0
5 */
6import { __decorate } from "tslib";
7// Style preference for leading underscores.
8// tslint:disable:strip-private-property-underscore
9import { customElement } from 'lit/decorators.js';
10import { TextFieldBase } from './mwc-textfield-base.js';
11import { styles } from './mwc-textfield.css.js';
12/** @soyCompatible */
13let TextField = class TextField extends TextFieldBase {
14};
15TextField.styles = [styles];
16TextField = __decorate([
17 customElement('mwc-textfield')
18], TextField);
19export { TextField };
20//# sourceMappingURL=mwc-textfield.js.map
\No newline at end of file