introduce panel

This commit is contained in:
isidor
2016-01-14 11:15:26 +01:00
parent 49900ff2ba
commit 77be53be1f
3 changed files with 68 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
import {IComposite} from 'vs/workbench/common/composite';
export interface IPanel extends IComposite { }