Include Calls (#720)

* Get Call module

* The call event

* Update onCall index.d.ts
This commit is contained in:
tuyuribr
2021-07-17 01:05:53 -03:00
committed by GitHub
parent 449d0f01d8
commit cdede835af
6 changed files with 136 additions and 3 deletions

View File

@@ -36,6 +36,7 @@ exports.ExposeStore = (moduleRaidStr) => {
window.Store.QueryOrder = window.mR.findModule('queryOrder')[0];
window.Store.QueryProduct = window.mR.findModule('queryProduct')[0];
window.Store.DownloadManager = window.mR.findModule('DownloadManager')[0].default;
window.Store.Call = window.mR.findModule('CallCollection')[0].default;
};
exports.LoadUtils = () => {