feat: Implement adding controls in Tabs (#21)

This commit is contained in:
Fine0830
2022-03-04 15:35:29 +08:00
committed by GitHub
parent 59441f7a67
commit 1377703185
15 changed files with 347 additions and 150 deletions

View File

@@ -27,6 +27,7 @@ export interface LayoutConfig {
type: string;
metricTypes: string[];
children?: any;
activedTabIndex?: number;
}
export interface WidgetConfig {