UNPKG

@grafana/ui

Version:
9 lines (8 loc) 262 B
import { type PropsWithChildren } from 'react'; interface Props { title: string; id?: string; } /** @internal */ export declare const ModalHeader: ({ title, children, id }: PropsWithChildren<Props>) => import("react/jsx-runtime").JSX.Element; export {};