@sandlada/vue-mdc
Version:

13 lines • 395 B
TypeScript
/**
* @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