UNPKG

@material/web

Version:
12 lines (11 loc) 213 B
/** * @license * Copyright 2021 Google LLC * SPDX-License-Identifier: Apache-2.0 */ import { Button } from './button.js'; /** * A text button component. */ export declare class TextButton extends Button { }