UNPKG

decentraland-ui

Version:

Decentraland's UI components and styles

9 lines (8 loc) 371 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NotificationActiveTab = void 0; var NotificationActiveTab; (function (NotificationActiveTab) { NotificationActiveTab["NEWEST"] = "newest"; NotificationActiveTab["READ"] = "read"; })(NotificationActiveTab = exports.NotificationActiveTab || (exports.NotificationActiveTab = {}));