UNPKG

@grafana/ui

Version:
13 lines (12 loc) 454 B
import { type PanelOptionsEditorBuilder } from '@grafana/data'; import { type OptionsWithTextFormatting } from '@grafana/schema'; /** * Adds common text control options to a visualization options * @param builder * @public */ export declare function addTextSizeOptions<T extends OptionsWithTextFormatting>(builder: PanelOptionsEditorBuilder<T>, options?: { withValue?: boolean; withTitle?: boolean; withPercentChange?: boolean; }): void;