@nativescript/core
Version:
A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.
15 lines (14 loc) • 464 B
TypeScript
import { SearchBarBase } from './search-bar-common';
export * from './search-bar-common';
export declare class SearchBar extends SearchBarBase {
nativeViewProtected: UISearchBar;
private _delegate;
private __textField;
createNativeView(): UISearchBar;
initNativeView(): void;
disposeNativeView(): void;
dismissSoftInput(): void;
get ios(): UISearchBar;
get _textField(): UITextField;
_updateAttributedPlaceholder(): void;
}