UNPKG

react-native-unit-components

Version:

Unit React Native components

13 lines (12 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.UserDataKeys = void 0; // types related to unit store - (on the web component window) let UserDataKeys = exports.UserDataKeys = /*#__PURE__*/function (UserDataKeys) { UserDataKeys["unitCustomerToken"] = "unitCustomerToken"; UserDataKeys["unitVerifiedToken"] = "unitVerifiedCustomerToken"; return UserDataKeys; }({}); //# sourceMappingURL=unitStore.types.js.map