UNPKG

493 BTypeScriptView Raw
1import { Label as LabelDefinition } from '.';
2import { TextBase } from '../text-base';
3export * from '../text-base';
4export declare class Label extends TextBase implements LabelDefinition {
5 nativeViewProtected: org.nativescript.widgets.StyleableTextView;
6 nativeTextViewProtected: org.nativescript.widgets.StyleableTextView;
7 get textWrap(): boolean;
8 set textWrap(value: boolean);
9 createNativeView(): org.nativescript.widgets.StyleableTextView;
10 initNativeView(): void;
11}