Skip to main content

ParticipantSidePanelWrapper

const ParticipantSidePanelWrapper: React.FC<{
children: React.ReactNode;
isOpen: boolean;
animateIn: boolean;
animateOut: boolean;
isNetworkAlertDisplayed: boolean;
}>;