mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
npm scripts for typechecking public .d.ts-es and running tslint (#2934)
* npm scripts for typechecking public .d.ts-es and running tslint * Update test.ts
This commit is contained in:

committed by
Vladimir Enchev

parent
fd23197851
commit
05cd636fc8
1
tests/app/ui/button/button-tests-native.d.ts
vendored
1
tests/app/ui/button/button-tests-native.d.ts
vendored
@ -9,4 +9,3 @@ export declare function getNativeColor(button: buttonModule.Button): colorModule
|
||||
export declare function getNativeBackgroundColor(button: buttonModule.Button): colorModule.Color;
|
||||
export declare function getNativeTextAlignment(button: buttonModule.Button): string;
|
||||
export declare function performNativeClick(button: buttonModule.Button): void;
|
||||
|
||||
|
Reference in New Issue
Block a user