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 {
2727
2828 verticalTextAlignment : VerticalTextAlignment ;
2929 lineBreak : LineBreak ;
30+ linkColor : string | Color ;
31+ linkUnderline : boolean ;
32+ selectable : boolean ;
33+ autoFontSize : boolean ;
34+ autoFontSizeStep : number ;
35+ minFontSize : number ;
36+ maxFontSize : number ;
3037}
3138export type VerticalTextAlignment = 'initial' | 'top' | 'middle' | 'bottom' | 'center' ;
3239export type LineBreak = 'end' | 'start' | 'middle' | 'none' ;
@@ -41,4 +48,4 @@ export interface TextShadow {
4148 color : Color ;
4249}
4350
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