@nethesis/vue-components
Version:
This library contains: - a collection of Vue 3 components based on [Flowbite](https://flowbite.com/) - a set of utility functions
22 lines • 748 B
TypeScript
export interface Tab {
name: string;
label: string;
}
export interface Props {
tabs: Tab[];
selected?: string;
srSelectTabLabel?: string;
srTabsLabel?: string;
}
declare const _default: import("vue").DefineComponent<Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
selectTab: (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<Props> & Readonly<{
onSelectTab?: ((...args: any[]) => any) | undefined;
}>, {
selected: string;
tabs: Tab[];
srSelectTabLabel: string;
srTabsLabel: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
export default _default;
//# sourceMappingURL=NeTabs.vue.d.ts.map