This commit is contained in:
David Baker 2025-10-17 12:11:39 +01:00
parent b83b5f4ad6
commit e1f7a798a2
2 changed files with 3 additions and 1 deletions

View File

@ -319,7 +319,6 @@ export interface RoomListCustomisations<Room> {
// @alpha
export interface RoomViewProps {
// (undocumented)
roomId?: string;
}

View File

@ -10,6 +10,9 @@ Please see LICENSE files in the repository root for full details.
* @alpha Subject to change.
*/
export interface RoomViewProps {
/**
* The ID of the room to render.
*/
roomId?: string;
}