mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-04 11:51:36 +02:00
More doc
This commit is contained in:
parent
b83b5f4ad6
commit
e1f7a798a2
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user