mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
9 lines
443 B
TypeScript
9 lines
443 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;
|