UNPKG

@livelike/react-native

Version:

LiveLike React Native package

12 lines (11 loc) 310 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BannerType = void 0; let BannerType = exports.BannerType = /*#__PURE__*/function (BannerType) { BannerType["INFO"] = "info"; BannerType["ERROR"] = "ERROR"; return BannerType; }({}); //# sourceMappingURL=banner.js.map