@activecollab/components
Version:
ActiveCollab Components
10 lines • 373 B
TypeScript
import React, { PropsWithChildren } from "react";
export interface DialogTitleProps {
className?: string;
disableDefaultHeading?: boolean;
}
export declare const DialogTitle: {
({ children, className, disableDefaultHeading, ...rest }: PropsWithChildren<DialogTitleProps>): React.JSX.Element;
displayName: string;
};
//# sourceMappingURL=DialogTitle.d.ts.map