@grafana/ui
Version:
Grafana Components Library
5 lines (4 loc) • 298 B
TypeScript
import { FieldNamePickerConfigSettings, StandardEditorProps } from '@grafana/data';
type Props = StandardEditorProps<string, FieldNamePickerConfigSettings>;
export declare const FieldNamePicker: ({ value, onChange, context, item, id }: Props) => import("react/jsx-runtime").JSX.Element;
export {};