vuetning
Version:
<p align="center"> <img width="160"src="https://s3.amazonaws.com/arcthos.com/vuetning/logo.svg"> </p>
35 lines (34 loc) • 1.07 kB
TypeScript
import { type PropType } from "vue";
import type { ScopedTab } from "../slds-scoped-tabs/scoped-tab";
declare const _default: import("vue").DefineComponent<{
active: StringConstructor;
large: BooleanConstructor;
medium: BooleanConstructor;
noContent: BooleanConstructor;
scopedTabs: {
type: PropType<ScopedTab[]>;
default: () => ScopedTab[];
};
}, unknown, unknown, {
/**
* The CSS class names for the tabs.
*/
tabsClassNames(): string;
}, {
handleClickTab(scopedTabName: string): void;
}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
active: StringConstructor;
large: BooleanConstructor;
medium: BooleanConstructor;
noContent: BooleanConstructor;
scopedTabs: {
type: PropType<ScopedTab[]>;
default: () => ScopedTab[];
};
}>>, {
large: boolean;
medium: boolean;
noContent: boolean;
scopedTabs: ScopedTab[];
}, {}>;
export default _default;