mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-14 17:26:26 +01:00
🤡 forgot a question mark
This commit is contained in:
@@ -6,7 +6,7 @@ import { IconInfoCircle } from '@tabler/icons-react';
|
|||||||
|
|
||||||
interface InfoCardProps {
|
interface InfoCardProps {
|
||||||
bg?: SystemProp<DefaultMantineColor>;
|
bg?: SystemProp<DefaultMantineColor>;
|
||||||
cardProp: Partial<RichTextEditorProps>;
|
cardProp?: Partial<RichTextEditorProps>;
|
||||||
content: string;
|
content: string;
|
||||||
hoverProp?: Partial<HoverCardProps>;
|
hoverProp?: Partial<HoverCardProps>;
|
||||||
position?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start"
|
position?: "bottom" | "left" | "right" | "top" | "bottom-end" | "bottom-start" | "left-end" | "left-start" | "right-end" | "right-start" | "top-end" | "top-start"
|
||||||
|
|||||||
Reference in New Issue
Block a user