UNPKG

@ledgerhq/live-common

Version:
11 lines 528 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ModularDrawerLocation = void 0; var ModularDrawerLocation; (function (ModularDrawerLocation) { ModularDrawerLocation["ADD_ACCOUNT"] = "add_account"; ModularDrawerLocation["LIVE_APP"] = "live_app"; ModularDrawerLocation["RECEIVE_FLOW"] = "receive_flow"; ModularDrawerLocation["SEND_FLOW"] = "send_flow"; })(ModularDrawerLocation || (exports.ModularDrawerLocation = ModularDrawerLocation = {})); //# sourceMappingURL=enums.js.map