@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
8 lines • 386 B
JavaScript
export 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 || (ModularDrawerLocation = {}));
//# sourceMappingURL=enums.js.map