@material/web
Version:
Material web components
14 lines (13 loc) • 336 B
TypeScript
/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
import '../../elevation/elevation.js';
import { Button } from './button.js';
/**
* A filled button component.
*/
export declare class FilledButton extends Button {
protected renderElevationOrOutline(): import("lit-html").TemplateResult<1>;
}