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) 304 B
import { HtmlViewBase } from './html-view-common'; export * from './html-view-common'; export declare class HtmlView extends HtmlViewBase { nativeViewProtected: android.widget.TextView; createNativeView(): globalAndroid.widget.TextView; initNativeView(): void; resetNativeView(): void; }