UNPKG

@nativescript/core

Version:

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

12 lines (11 loc) 493 B
import { Label as LabelDefinition } from '.'; import { TextBase } from '../text-base'; export * from '../text-base'; export declare class Label extends TextBase implements LabelDefinition { nativeViewProtected: org.nativescript.widgets.StyleableTextView; nativeTextViewProtected: org.nativescript.widgets.StyleableTextView; get textWrap(): boolean; set textWrap(value: boolean); createNativeView(): org.nativescript.widgets.StyleableTextView; initNativeView(): void; }