UNPKG

@grafana/ui

Version:
7 lines (6 loc) 404 B
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; }