UNPKG

@sandlada/vue-mdc

Version:

![Vue MDC Logo](https://raw.githubusercontent.com/sandlada/vue-mdc/refs/heads/main/docs/vue-mdc-cover.png)

13 lines 429 B
/** * @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