UNPKG

@grafana/ui

Version:
7 lines (6 loc) 224 B
import { type ReactNode } from 'react'; export interface Props { children?: ReactNode; title: string; } export declare function SidebarPaneHeader({ children, title }: Props): import("react/jsx-runtime").JSX.Element;