@grafana/ui
Version:
Grafana Components Library
6 lines (5 loc) • 389 B
TypeScript
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).
*/
export declare const DataSourceHttpSettings: (props: HttpSettingsProps) => import("react/jsx-runtime").JSX.Element;