UNPKG

@grafana/ui

Version:
7 lines (6 loc) 298 B
import { PanelOptionsEditorBuilder } from '@grafana/data'; import { OptionsWithLegend } from '@grafana/schema'; /** * @alpha */ export declare function addLegendOptions<T extends OptionsWithLegend>(builder: PanelOptionsEditorBuilder<T>, includeLegendCalcs?: boolean, showLegend?: boolean): void;