UNPKG

@uimkit/uikit-react

Version:

<img style="width:64px" src="https://mgmt.uimkit.chat/media/img/avatar.png"/>

22 lines (17 loc) 861 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); require('../../types/models.js'); require('../../types/events.js'); exports.AccountListActionType = void 0; (function (AccountListActionType) { AccountListActionType["ACCOUNT_FETCHED"] = "uim/ACCOUNT_FETCHED"; AccountListActionType["FETCHING_ACCOUNT_LIST"] = "uim/FETCHING_ACCOUNT_LIST"; AccountListActionType["ACCOUNT_LIST_FETCHED"] = "uim/ACCOUNT_LIST_FETCHED"; AccountListActionType["ERROR_FETCHING_ACCOUNT_LIST"] = "uim/ERROR_FETCHING_ACCOUNT_LIST"; })(exports.AccountListActionType || (exports.AccountListActionType = {})); var fetchingAccountList = function (payload) { return ({ type: exports.AccountListActionType.FETCHING_ACCOUNT_LIST, payload: payload }); }; exports.fetchingAccountList = fetchingAccountList; //# sourceMappingURL=actions.js.map