UNPKG

@ionic/vue

Version:

Vue specific wrapper for @ionic/core

35 lines (34 loc) 1.07 kB
import { VNode } from 'vue'; export declare const IonTabBar: import("vue").DefineComponent<{ _tabsWillChange: { type: FunctionConstructor; default: () => void; }; _tabsDidChange: { type: FunctionConstructor; default: () => void; }; }, () => VNode<import("vue").RendererNode, import("vue").RendererElement, { [key: string]: any; }>, { tabState: { activeTab: any; tabs: {}; }; tabVnodes: any[]; }, {}, { setupTabState(ionRouter: any): void; checkActiveTab(ionRouter: any): void; }, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, Record<string, any>, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{ _tabsWillChange: { type: FunctionConstructor; default: () => void; }; _tabsDidChange: { type: FunctionConstructor; default: () => void; }; }>>, { _tabsWillChange: Function; _tabsDidChange: Function; }>;