UNPKG

@livelike/react-native

Version:

LiveLike React Native package

12 lines (11 loc) 326 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.PopoverType = void 0; let PopoverType = exports.PopoverType = /*#__PURE__*/function (PopoverType) { PopoverType["Menu"] = "menu"; PopoverType["Reactions"] = "reactions"; return PopoverType; }({}); //# sourceMappingURL=popover.js.map