Move loading component out of common properties component (#10134)

This commit is contained in:
Charles Gagnon
2020-04-22 17:36:21 -07:00
committed by GitHub
parent 52f33cc587
commit 7bd1dfdf0f
5 changed files with 19 additions and 53 deletions

View File

@@ -335,10 +335,6 @@ declare module 'azdata' {
* The properties to display
*/
propertyItems?: PropertiesContainerItem[];
/**
* Whether the component is currently loading
*/
loading?: boolean;
}
export namespace nb {