@grafana/ui
Version:
Grafana Components Library
6 lines (5 loc) • 309 B
TypeScript
import { DetailedHTMLProps, HTMLAttributes } from 'react';
type Props = DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>;
/** @deprecated Use Box instead */
export declare const PanelContainer: ({ children, className, ...props }: Props) => import("react/jsx-runtime").JSX.Element;
export {};