Add loading spinner component (#1580)

This commit is contained in:
Matt Irvine
2018-06-07 17:54:48 -07:00
committed by GitHub
parent 44de602e52
commit a5b4eeb932
9 changed files with 266 additions and 7 deletions

View File

@@ -79,7 +79,8 @@ export enum ModelComponentTypes {
DashboardWebview,
Form,
Group,
Toolbar
Toolbar,
LoadingComponent
}
export interface IComponentShape {