9 lines
107 B
TypeScript
9 lines
107 B
TypeScript
declare namespace NativeUI.UIResText {
|
|
|
|
enum Alignment {
|
|
Left = 0,
|
|
Centered = 1,
|
|
Right = 2
|
|
}
|
|
|
|
}
|