@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
10 lines (9 loc) • 322 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.unitType = exports.PREFIX = void 0;
exports.PREFIX = 'SCLessonReleaseMenu';
var unitType;
(function (unitType) {
unitType["DAYS"] = "days";
unitType["WEEKS"] = "weeks";
})(unitType = exports.unitType || (exports.unitType = {}));