3 lines
179 B
TypeScript
Executable file
3 lines
179 B
TypeScript
Executable file
type DialogHeaderProps = React.HTMLAttributes<HTMLDivElement>;
|
|
export declare function DialogHeader(props: DialogHeaderProps): import("react/jsx-runtime").JSX.Element;
|
|
export {};
|