UNPKG

@sandlada/vue-mdc

Version:

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

16 lines 597 B
/** * @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