mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
FieldGroup property in IFieldGroup should be optional.
This commit is contained in:
Vendored
+1
-1
@@ -24,7 +24,7 @@ declare module AngularFormly {
|
||||
data?: Object;
|
||||
className?: string;
|
||||
elementAttributes?: string;
|
||||
fieldGroup: IFieldArray;
|
||||
fieldGroup?: IFieldArray;
|
||||
form?: Object;
|
||||
hide?: boolean;
|
||||
hideExpression?: string | IExpressionFunction;
|
||||
|
||||
Reference in New Issue
Block a user