@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
11 lines • 528 B
JavaScript
;
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