@sandlada/vue-mdc
Version:

16 lines • 597 B
TypeScript
/**
* @license
* Copyright 2025 Sandlada & Kai Orion
* SPDX-License-Identifier: MIT
*/
import { type Component, type Ref } from 'vue';
import type { INavigationItem } from '../controller/use-navigable';
interface IRenderNavigationDestinationOptions {
tabs: Array<INavigationItem>;
component: Component;
container: Ref<HTMLElement | null>;
props(tabConfig: INavigationItem): Partial<INavigationItem>;
}
export declare function renderNavigationDestination(options: IRenderNavigationDestinationOptions): void;
export {};
//# sourceMappingURL=render-navigation-destination.d.ts.map