UNPKG

@sandlada/vue-mdc

Version:

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

48 lines 1.92 kB
/** * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import { type SlotsType } from "vue"; import { type TFabSlots } from './fab.definition'; export declare const Fab: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ readonly size: { readonly default: "baseline"; readonly type: import("vue").PropType<import("./fab.definition").TFabSize>; }; readonly label: { readonly default: null; readonly type: import("vue").PropType<string>; }; readonly appearance: { readonly default: "secondary"; readonly type: import("vue").PropType<import("./fab.definition").TFabAppearance>; }; readonly lowered: { readonly default: false; readonly type: import("vue").PropType<boolean>; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ readonly size: { readonly default: "baseline"; readonly type: import("vue").PropType<import("./fab.definition").TFabSize>; }; readonly label: { readonly default: null; readonly type: import("vue").PropType<string>; }; readonly appearance: { readonly default: "secondary"; readonly type: import("vue").PropType<import("./fab.definition").TFabAppearance>; }; readonly lowered: { readonly default: false; readonly type: import("vue").PropType<boolean>; }; }>> & Readonly<{}>, { readonly label: string; readonly appearance: import("./fab.definition").TFabAppearance; readonly size: import("./fab.definition").TFabSize; readonly lowered: boolean; }, SlotsType<TFabSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=fab.d.ts.map