mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Expose configurable attributes property when loading components
This commit is contained in:
2
utils/utils.d.ts
vendored
2
utils/utils.d.ts
vendored
@ -240,5 +240,5 @@
|
||||
* Converts string value to number or boolean.
|
||||
* @param value The original value.
|
||||
*/
|
||||
export function convertString(value: string): any
|
||||
export function convertString(value: any): any
|
||||
}
|
||||
|
Reference in New Issue
Block a user