Files
NativeScript/tests/app/ui/search-bar/search-bar-tests-native.d.ts
2019-02-13 15:10:06 +02:00

8 lines
438 B
TypeScript

//@private
import * as searchBarModule from "tns-core-modules/ui/search-bar";
import * as colorModule from "tns-core-modules/color";
export declare function getNativeHintColor(textView: searchBarModule.SearchBar): colorModule.Color;
export declare function getNativeTextFieldBackgroundColor(textView: searchBarModule.SearchBar): colorModule.Color;
export declare function getNativeFontSize(searchBar: searchBarModule.SearchBar): number;