UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

20 lines (19 loc) 700 B
import { SegmentedBarItemBase, SegmentedBarBase } from './segmented-bar-common'; export * from './segmented-bar-common'; export declare class SegmentedBarItem extends SegmentedBarItemBase { nativeViewProtected: android.widget.TextView; setupNativeView(tabIndex: number): void; private titleDirty; _update(): void; } export declare class SegmentedBar extends SegmentedBarBase { nativeViewProtected: android.widget.TabHost; private _tabContentFactory; private _addingTab; shouldChangeSelectedIndex(): boolean; createNativeView(): globalAndroid.widget.TabHost; initNativeView(): void; disposeNativeView(): void; onLoaded(): void; private insertTab; }