mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
Move UILableImpl as TNSLabel in widgets. (#2298)
Refactor Label class to the new use TNSLabel class. Added definitions.
This commit is contained in:
@ -177,4 +177,9 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
declare class TNSLabel extends UILabel {
|
||||
borderThickness: UIEdgeInsets;
|
||||
padding: UIEdgeInsets;
|
||||
}
|
Reference in New Issue
Block a user