@nativescript/core
Version:
A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.
15 lines (14 loc) • 455 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;
private _getTextField;
get ios(): UISearchBar;
_updateAttributedPlaceholder(): void;
}