UNPKG

@sandlada/vue-mdc

Version:

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

32 lines 1.34 kB
/** * @license * Copyright 2025 Sandlada & Kai Orion * SPDX-License-Identifier: MIT */ import { type SlotsType } from 'vue'; import { type TNavigationTabSlots } from './navigation-tab.definition'; export declare const NavigationTab: 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, "tab-click"[], "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<{ "onTab-click"?: ((...args: any[]) => any) | undefined; }>, { readonly label: string; readonly hideInactiveLabel: boolean; }, SlotsType<TNavigationTabSlots>, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=navigation-tab.d.ts.map