mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
feat(core): nativescript.config and webpack updates (#8801)
This commit is contained in:
11
apps/automated/src/ui/button/button-tests-native.d.ts
vendored
Normal file
11
apps/automated/src/ui/button/button-tests-native.d.ts
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
//@private
|
||||
import * as buttonModule from '@nativescript/core/ui/button';
|
||||
import * as colorModule from '@nativescript/core/color';
|
||||
|
||||
export declare function getNativeText(button: buttonModule.Button): string;
|
||||
export declare function getNativeTextWrap(button: buttonModule.Button): boolean;
|
||||
export declare function getNativeFontSize(button: buttonModule.Button): number;
|
||||
export declare function getNativeColor(button: buttonModule.Button): colorModule.Color;
|
||||
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