Files
NativeScript/apps/automated/app/ui/tab-view/tab-view-tests-native.d.ts
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

9 lines
382 B
TypeScript

//@private
import { TabView } from '@nativescript/core/ui/tab-view';
export function getNativeTabCount(tabView: TabView): number;
export function selectNativeTab(tabView: TabView, index: number): void;
export function getNativeSelectedIndex(tabView: TabView): number;
export function getNativeFont(tabView: TabView): any;
export function getOriginalFont(tabView: TabView): any;