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

This commit is contained in:
Ryan McKinley
2020-02-02 23:14:34 -08:00
committed by GitHub
parent 249ae05281
commit c140d110c6

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;