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

9 lines
445 B
TypeScript

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