UNPKG

@grafana/ui

Version:
8 lines (7 loc) 495 B
import { HttpSettingsProps } from './types'; /** * @deprecated Use components from `@grafana/plugin-ui` instead, according to the [migration guide](https://github.com/grafana/plugin-ui/blob/main/src/components/ConfigEditor/migrating-from-datasource-http-settings.md). * * https://developers.grafana.com/ui/latest/index.html?path=/docs/plugins-datasourcehttpsettings--docs */ export declare const DataSourceHttpSettings: (props: HttpSettingsProps) => import("react/jsx-runtime").JSX.Element;