File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,13 @@ export declare class Label extends TNLabel {
27
27
28
28
verticalTextAlignment : VerticalTextAlignment ;
29
29
lineBreak : LineBreak ;
30
+ linkColor : string | Color ;
31
+ linkUnderline : boolean ;
32
+ selectable : boolean ;
33
+ autoFontSize : boolean ;
34
+ autoFontSizeStep : number ;
35
+ minFontSize : number ;
36
+ maxFontSize : number ;
30
37
}
31
38
export type VerticalTextAlignment = 'initial' | 'top' | 'middle' | 'bottom' | 'center' ;
32
39
export type LineBreak = 'end' | 'start' | 'middle' | 'none' ;
@@ -41,4 +48,4 @@ export interface TextShadow {
41
48
color : Color ;
42
49
}
43
50
44
- export { enableIOSDTCoreText , createNativeAttributedString } from '@nativescript-community/text' ;
51
+ export { createNativeAttributedString } from '@nativescript-community/text' ;
You can’t perform that action at this time.
0 commit comments