@grafana/ui
Version:
Grafana Components Library
7 lines (6 loc) • 404 B
TypeScript
import React from 'react';
import { FieldConfigEditorProps, ThresholdsConfig, ThresholdsFieldConfigSettings } from '@grafana/data';
export declare class ThresholdsValueEditor extends React.PureComponent<FieldConfigEditorProps<ThresholdsConfig, ThresholdsFieldConfigSettings>> {
constructor(props: FieldConfigEditorProps<ThresholdsConfig, ThresholdsFieldConfigSettings>);
render(): JSX.Element;
}