@naviedu/room-platform-react 0.0.51 → 0.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/index.d.ts CHANGED
@@ -618,14 +618,6 @@ export declare type RoomPlatformShellProps = {
618
618
  sidebar: ReactNode;
619
619
  };
620
620
 
621
- export declare function RoomPlatformSidebarLayout({ header, children, className }: RoomPlatformSidebarLayoutProps): JSX.Element;
622
-
623
- export declare type RoomPlatformSidebarLayoutProps = {
624
- header?: ReactNode;
625
- children: ReactNode;
626
- className?: string;
627
- };
628
-
629
621
  export declare type RoomPlatformSizing = 'viewport' | 'container';
630
622
 
631
623
  export declare function RoomPlatformSpeakQueue({ activeSpeakerParticipantIdentity, activeSpeakerSlot, canApproveSpeak, canClearActiveSpeaker, canRejectSpeak, isClearingActiveSpeaker, onApproveSpeakRequest, onClearActiveSpeaker, onRejectSpeakRequest, participants, raisedHandParticipantIdentities, }: {