UNPKG

@nativescript/core

Version:

A JavaScript library providing an easy to use api for interacting with iOS and Android platform APIs.

8 lines (7 loc) 286 B
import { TextViewBase as TextViewBaseCommon } from './text-view-common'; export * from '../text-base'; export declare class TextView extends TextViewBaseCommon { _configureEditText(editText: android.widget.EditText): void; resetNativeView(): void; _onReturnPress(): void; }