fix type definition for ref in PanelBaseViewProps

This commit is contained in:
Maze Winther 2026-02-01 00:32:35 +01:00
parent 82d92934cb
commit b7293dc552
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ interface PanelBaseViewProps {
content: React.ReactNode;
}[];
className?: string;
ref?: React.RefObject<HTMLDivElement>;
ref?: React.Ref<HTMLDivElement>;
}
function ViewContent({