mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Rename the files
This commit is contained in:
12
tests/app/ui/text-field/text-field-tests-native.d.ts
vendored
Normal file
12
tests/app/ui/text-field/text-field-tests-native.d.ts
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
//@private
|
||||
import textFieldModule = require("ui/text-field");
|
||||
import colorModule = require("color");
|
||||
|
||||
export declare function getNativeText(textField: textFieldModule.TextField): string;
|
||||
export declare function getNativeHint(textField: textFieldModule.TextField): string;
|
||||
export declare function getNativeSecure(textField: textFieldModule.TextField): boolean;
|
||||
export declare function getNativeFontSize(textField: textFieldModule.TextField): number;
|
||||
export declare function getNativeColor(textField: textFieldModule.TextField): colorModule.Color;
|
||||
export declare function getNativeBackgroundColor(textField: textFieldModule.TextField): colorModule.Color;
|
||||
export declare function getNativeTextAlignment(textField: textFieldModule.TextField): string;
|
||||
export declare function typeTextNatively(textField: textFieldModule.TextField, text: string): void;
|
Reference in New Issue
Block a user