@grafana/ui
Version:
Grafana Components Library
10 lines (9 loc) • 421 B
TypeScript
import { DetailedHTMLProps, HTMLAttributes } from 'react';
type Props = DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
/**
* @deprecated Use Box instead
*
* https://developers.grafana.com/ui/latest/index.html?path=/docs/layout-deprecated-panelcontainer--docs
*/
export declare const PanelContainer: ({ children, className, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
export {};