Skip to main content

BreakoutRoomsPanelWrapper

const BreakoutRoomsPanelWrapper: React.FC<{
children: React.ReactNode;
className?: string;
isShown: boolean;
animateIn?: boolean;
animateOut?: boolean;
}>;