mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🐛 Fix issue with wrong type for wrapper content
This commit is contained in:
@@ -14,7 +14,6 @@ interface WrapperContentProps {
|
|||||||
wrapper: RefObject<HTMLDivElement>;
|
wrapper: RefObject<HTMLDivElement>;
|
||||||
items: MutableRefObject<Record<string, RefObject<HTMLDivElement>>>;
|
items: MutableRefObject<Record<string, RefObject<HTMLDivElement>>>;
|
||||||
gridstack: MutableRefObject<GridStack | undefined>;
|
gridstack: MutableRefObject<GridStack | undefined>;
|
||||||
updateGridstackRef: MutableRefObject<(() => void) | undefined>;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user