UNPKG

@material/web

Version:
14 lines (13 loc) 332 B
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import '../../elevation/elevation.js'; import { Button } from './button.js'; /** * An elevated button component. */ export declare class ElevatedButton extends Button { protected renderElevation(): import("lit-html").TemplateResult<1>; }