UNPKG

@grafana/ui

Version:
5 lines (4 loc) 298 B
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 {};