UNPKG

@grafana/ui

Version:
6 lines (5 loc) 309 B
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 {};