UNPKG

@sandlada/vue-mdc

Version:

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

33 lines 1.44 kB
/** * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import { type SlotsType } from 'vue'; import { type TNavigationRailTabSlots } from './navigation-rail-tab.definition'; export declare const NavigationRailTab: import("vue").DefineComponent<import("vue").ExtractPropTypes<{ readonly label: { readonly type: import("vue").PropType<string>; readonly default: "Unnamed Tab"; }; readonly hideInactiveLabel: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; }>, () => import("vue/jsx-runtime").JSX.Element, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("change" | "tab-click")[], "change" | "tab-click", import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{ readonly label: { readonly type: import("vue").PropType<string>; readonly default: "Unnamed Tab"; }; readonly hideInactiveLabel: { readonly type: import("vue").PropType<boolean>; readonly default: false; }; }>> & Readonly<{ onChange?: ((...args: any[]) => any) | undefined; "onTab-click"?: ((...args: any[]) => any) | undefined; }>, { readonly label: string; readonly hideInactiveLabel: boolean; }, SlotsType<TNavigationRailTabSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=navigation-rail-tab.d.ts.map