🤡 forgot a question mark

This commit is contained in:
Tagaishi
2023-08-02 12:54:04 +02:00
parent c3e1345851
commit 34ea8c0661

View File

@@ -6,7 +6,7 @@ import { IconInfoCircle } from '@tabler/icons-react';
interface InfoCardProps {
bg?: SystemProp<DefaultMantineColor>;
cardProp: Partial<RichTextEditorProps>;
cardProp?: Partial<RichTextEditorProps>;
content: string;
hoverProp?: Partial<HoverCardProps>;
position?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start"