Skip to content

Commit 6cf3042

Browse files
committed
Convert to property
1 parent faefbd3 commit 6cf3042

File tree

1 file changed

+1
-1
lines changed
  • packages/element-web-module-api/src/api

1 file changed

+1
-1
lines changed

packages/element-web-module-api/src/api/stores.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ export interface StoresApi {
3131
/**
3232
* Use this to access limited functionality of the RLS from element-web.
3333
*/
34-
getRoomListStore(): RoomListStoreApi;
34+
roomListStore: RoomListStoreApi;
3535
}

0 commit comments

Comments
 (0)