grafana/data: Remove unused PanelSize interface (#21877)

This commit is contained in:
Ryan McKinley
2020-02-03 08:14:34 +01:00
committed by GitHub
parent 249ae05281
commit c140d110c6
-5
View File
@@ -123,11 +123,6 @@ export class PanelPlugin<TOptions = any> extends GrafanaPlugin<PanelPluginMeta>
}
}
export interface PanelSize {
width: number;
height: number;
}
export interface PanelMenuItem {
type?: 'submenu' | 'divider';
text?: string;