mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-18 05:18:39 +08:00
9 lines
380 B
TypeScript
9 lines
380 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;
|