We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e15e81 commit 88cad0bCopy full SHA for 88cad0b
packages/app/src/app/components/Alert/Alert.tsx
@@ -4,7 +4,7 @@ import { Container, Title, Text, Buttons } from './elements';
4
5
interface IAlertProps {
6
title: string;
7
- body: string;
+ body: string | React.ReactNode;
8
confirmMessage?: string;
9
onCancel: (event: React.MouseEvent<HTMLButtonElement>) => void;
10
onConfirm: (event: React.MouseEvent<HTMLButtonElement>) => void;
0 commit comments