UNPKG

@material/web

Version:
13 lines (12 loc) 302 B
/** * @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>; }