@sandlada/vue-mdc
Version:

13 lines • 429 B
TypeScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
export declare const IconButtonAppearance: {
readonly Filled: "filled";
readonly Outlined: "outlined";
readonly FilledTonal: "filled-tonal";
readonly Standard: "standard";
};
export type TIconButtonAppearance = typeof IconButtonAppearance[keyof typeof IconButtonAppearance];
//# sourceMappingURL=shared.definition.d.ts.map