Files
NativeScript/tests/app/ui/view/view-tests.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

13 lines
451 B
TypeScript

//@private
import * as view from "tns-core-modules/ui/core/view";
export declare function getUniformNativeBorderWidth(v: view.View): number;
export declare function getUniformNativeCornerRadius(v: view.View): number;
export declare function checkUniformNativeBorderColor(v: view.View): boolean
export declare function checkNativeBackgroundColor(v: view.View): boolean;
export declare function checkNativeBackgroundImage(v: view.View): boolean