Material Web Team 6368e011e8 chore: move button into the new directory
PiperOrigin-RevId: 462461827
2022-07-21 13:47:51 -07:00

12 lines
185 B
TypeScript

/**
* @license
* Copyright 2021 Google LLC
* SPDX-License-Identifier: Apache-2.0
*/
export interface ButtonState {
disabled: boolean;
label: string;
trailingIcon: boolean;
}