mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 23:13:04 +08:00
8 lines
379 B
TypeScript
8 lines
379 B
TypeScript
//@private
|
|
import { TabView } from "tns-core-modules/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; |