import { useRef } from "react"; export function Panel({ html }: { html: string }) { const iFrameRef = useRef(null); // @ts-ignore window.iframeRef = iFrameRef; return (