UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

20 lines (19 loc) 817 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RowType = exports.ActionLessonType = void 0; var ActionLessonType; (function (ActionLessonType) { ActionLessonType["ADD"] = "add"; ActionLessonType["RENAME"] = "rename"; ActionLessonType["DELETE"] = "delete"; ActionLessonType["UPDATE"] = "update"; ActionLessonType["ADD_UPDATE"] = "add_update"; ActionLessonType["RENAME_UPDATE"] = "rename_update"; ActionLessonType["DELETE_UPDATE"] = "delete_update"; ActionLessonType["UPDATE_UPDATE"] = "update_update"; })(ActionLessonType = exports.ActionLessonType || (exports.ActionLessonType = {})); var RowType; (function (RowType) { RowType["SECTION"] = "section"; RowType["LESSON"] = "lesson"; })(RowType = exports.RowType || (exports.RowType = {}));