Files
NativeScript/apps/automated/app/ui/view/view-tests.d.ts
Nathan Walker 1e6fccf272 chore: cleanup
2020-07-23 14:03:37 -07:00

13 lines
455 B
TypeScript

//@private
import * as view from '@nativescript/core/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;