UNPKG

@nativescript/core

Version:

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

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