PopOutWindow
const PopOutWindow: React.FC<{
children: React.ReactNode;
onUnload?: () => void;
remotePopOut?: Window | null;
title?: string;
}>;
const PopOutWindow: React.FC<{
children: React.ReactNode;
onUnload?: () => void;
remotePopOut?: Window | null;
title?: string;
}>;