@grafana/ui
Version:
Grafana Components Library
12 lines (11 loc) • 581 B
TypeScript
import { FieldValueMatcherConfig } from '@grafana/data';
import { ComparisonOperation } from '@grafana/schema';
import { MatcherUIProps, FieldMatcherUIRegistryItem } from './types';
type Props = MatcherUIProps<FieldValueMatcherConfig>;
export declare const comparisonOperationOptions: {
label: string;
value: ComparisonOperation;
}[];
export declare const FieldValueMatcherEditor: ({ options, onChange }: Props) => import("react/jsx-runtime").JSX.Element;
export declare const getFieldValueMatcherItem: () => FieldMatcherUIRegistryItem<FieldValueMatcherConfig>;
export {};