added group container (#1508)

This commit is contained in:
Leila Lali
2018-05-29 13:08:13 -07:00
committed by GitHub
parent 8fce79f385
commit a13039b14b
12 changed files with 239 additions and 61 deletions

View File

@@ -76,7 +76,8 @@ export enum ModelComponentTypes {
Text,
DashboardWidget,
DashboardWebview,
Form
Form,
Group
}
export interface IComponentShape {