mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
8 lines
252 B
TypeScript
8 lines
252 B
TypeScript
import colorModule = require("color");
|
|
import searchBarModule = require("ui/search-bar");
|
|
|
|
export function getNativeHintColor(searchBar: searchBarModule.SearchBar): colorModule.Color {
|
|
// TODO: This test needs to be created
|
|
return undefined;
|
|
}
|