Files
NativeScript/apps/tests/ui/segmented-bar/segmented-bar-tests-native.d.ts
Vladimir Enchev 1b5e6eb743 tests added
2015-06-03 17:35:53 +03:00

7 lines
262 B
TypeScript

//@private
import segmentedBarModule = require("ui/segmented-bar");
export declare function getNativeItemsCount(bar: segmentedBarModule.SegmentedBar): number;
export declare function checkNativeItemsTextColor(bar: segmentedBarModule.SegmentedBar): boolean;