UNPKG

@sandlada/vue-mdc

Version:

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

9 lines 622 B
/** * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import { type SlotsType } from 'vue'; import { type TBottomAppBarSlots } from './bottom-app-bar.definition'; export declare const BottomAppBar: import("vue").DefineComponent<{}, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, never[], never, import("vue").PublicProps, Readonly<{}> & Readonly<{}>, {}, SlotsType<TBottomAppBarSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=bottom-app-bar.d.ts.map