mirror of
https://github.com/OpenCut-app/OpenCut.git
synced 2026-07-13 21:52:53 +02:00
fix type definition for ref in PanelBaseViewProps
This commit is contained in:
@@ -15,7 +15,7 @@ interface PanelBaseViewProps {
|
|||||||
content: React.ReactNode;
|
content: React.ReactNode;
|
||||||
}[];
|
}[];
|
||||||
className?: string;
|
className?: string;
|
||||||
ref?: React.RefObject<HTMLDivElement>;
|
ref?: React.Ref<HTMLDivElement>;
|
||||||
}
|
}
|
||||||
|
|
||||||
function ViewContent({
|
function ViewContent({
|
||||||
|
|||||||
Reference in New Issue
Block a user