Files
NativeScript/tests/app/ui/segmented-bar/segmented-bar-tests-native.d.ts
Hristo Deshev 629eb6e683 Use relative imports in tns-core-modules.
Use tns-core-modules/* imports in outside code (apps, tests, etc)
2017-03-13 14:37:59 +02:00

8 lines
385 B
TypeScript

//@private
import * as segmentedBarModule from "tns-core-modules/ui/segmented-bar";
export declare function getNativeItemsCount(bar: segmentedBarModule.SegmentedBar): number;
export declare function setNativeSelectedIndex(bar: segmentedBarModule.SegmentedBar, index: number): void;
export declare function checkNativeItemsTextColor(bar: segmentedBarModule.SegmentedBar): boolean;