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