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 395 B
/** * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import type { ExtractPublicPropTypes, VNode } from 'vue'; export declare const props: {}; export type TBottomAppBarProps = ExtractPublicPropTypes<typeof props>; export type TBottomAppBarSlots = { 'leading-icons'?: VNode; default?: VNode; }; //# sourceMappingURL=bottom-app-bar.definition.d.ts.map