mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Merge pull request #6543 from supermn21/master
Update type for ngModelAttrs with key String
This commit is contained in:
Vendored
+1
@@ -297,6 +297,7 @@ declare module AngularFormly {
|
||||
bound?: any;
|
||||
expression?: any;
|
||||
value?: any;
|
||||
[key: string]: any;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user