Skip to content

Commit 0b38fa8

Browse files
committed
Update API doc
1 parent 833be72 commit 0b38fa8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/element-web-module-api/element-web-module-api.api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ export interface RoomListCustomisations<Room> {
340340

341341
// @public
342342
export interface RoomListStoreApi {
343-
getRooms(): Room[];
343+
getRooms(): Watchable<Room[]>;
344344
waitForReady(): Promise<void>;
345345
}
346346

@@ -364,7 +364,7 @@ export interface SpacePanelItemProps {
364364

365365
// @public
366366
export interface StoresApi {
367-
getRoomListStore(): RoomListStoreApi;
367+
roomListStore: RoomListStoreApi;
368368
}
369369

370370
// @public

0 commit comments

Comments
 (0)