mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
Fix: setting text in Span to number/null/undefined
This commit is contained in:
6
utils/types.d.ts
vendored
6
utils/types.d.ts
vendored
@ -83,4 +83,10 @@
|
||||
*/
|
||||
baseClassInfo: ClassInfo;
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns a string representation of a string to be shown in UI.
|
||||
* @param object The object which class hierarchy will be get.
|
||||
*/
|
||||
export function toUIString(object): string;
|
||||
}
|
Reference in New Issue
Block a user