More doc
This commit is contained in:
@@ -319,7 +319,6 @@ export interface RoomListCustomisations<Room> {
|
||||
|
||||
// @alpha
|
||||
export interface RoomViewProps {
|
||||
// (undocumented)
|
||||
roomId?: string;
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user