Update API doc

This commit is contained in:
R Midhun Suresh 2025-10-24 00:30:01 +05:30
parent 4ee9b05608
commit 4381032d63

View File

@ -340,7 +340,7 @@ export interface RoomListCustomisations<Room> {
// @public
export interface RoomListStoreApi {
getRooms(): Room[];
getRooms(): Watchable<Room[]>;
waitForReady(): Promise<void>;
}
@ -364,7 +364,7 @@ export interface SpacePanelItemProps {
// @public
export interface StoresApi {
getRoomListStore(): RoomListStoreApi;
roomListStore: RoomListStoreApi;
}
// @public