UNPKG

next

Version:

The React Framework

3 lines (2 loc) 175 B
export type DialogHeaderProps = React.HTMLAttributes<HTMLDivElement>; export declare function DialogHeader(props: DialogHeaderProps): import("react/jsx-runtime").JSX.Element;