Files
NativeScript/tests/app/ui/bottom-navigation/bottom-navigation-tests-native.d.ts
2019-06-13 11:01:55 +03:00

8 lines
442 B
TypeScript

//@private
import { BottomNavigation } from "tns-core-modules/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;