1 | import { Label as LabelDefinition } from '.';
|
2 | import { TextBase } from '../text-base';
|
3 | export * from '../text-base';
|
4 | export 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 | }
|