⚰️ Remove unused type

This commit is contained in:
Meier Lukas
2023-08-05 22:17:54 +02:00
parent d7de49d743
commit 165c40506d

View File

@@ -10,8 +10,6 @@ import { IconInfoCircle } from '@tabler/icons-react';
import { useEditor } from '@tiptap/react';
import StarterKit from '@tiptap/starter-kit';
type A = HoverCardProps['position'];
interface InfoCardProps {
bg?: SystemProp<DefaultMantineColor>;
cardProp?: Partial<RichTextEditorProps>;