UNPKG

next

Version:

The React Framework

4 lines (3 loc) 167 B
type DialogHeaderProps = React.HTMLAttributes<HTMLDivElement>; export declare function DialogHeader(props: DialogHeaderProps): import("react").JSX.Element; export {};