@grafana/ui
Version:
Grafana Components Library
5 lines (4 loc) • 305 B
TypeScript
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;