Expose configurable attributes property when loading components

This commit is contained in:
Akash Agrawal
2016-04-28 18:35:55 +05:30
parent 2d4c4c63bb
commit c2f084224a
8 changed files with 16 additions and 13 deletions

2
utils/utils.d.ts vendored
View File

@ -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
}