We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faefbd3 commit 6cf3042Copy full SHA for 6cf3042
packages/element-web-module-api/src/api/stores.ts
@@ -31,5 +31,5 @@ export interface StoresApi {
31
/**
32
* Use this to access limited functionality of the RLS from element-web.
33
*/
34
- getRoomListStore(): RoomListStoreApi;
+ roomListStore: RoomListStoreApi;
35
}
0 commit comments