import { DataSourcePluginOptionsEditorProps } from '@grafana/data'; import { Alert, DataSourceHttpSettings } from '@grafana/ui'; import React from 'react'; export type Props = DataSourcePluginOptionsEditorProps; export const ConfigEditor: React.FC = ({ options, onOptionsChange }) => { return ( <> Note that only Cortex implementation of alert manager is supported at this time. ); };