UNPKG

@grafana/ui

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