UNPKG

586 BJavaScriptView Raw
1/**
2 * @license
3 * Copyright 2018 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 { ButtonBase } from './mwc-button-base.js';
11import { styles } from './styles.css.js';
12/** @soyCompatible */
13let Button = class Button extends ButtonBase {
14};
15Button.styles = [styles];
16Button = __decorate([
17 customElement('mwc-button')
18], Button);
19export { Button };
20//# sourceMappingURL=mwc-button.js.map
\No newline at end of file