@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
17 lines (16 loc) • 640 B
JavaScript
export 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 || (ActionLessonType = {}));
export var RowType;
(function (RowType) {
RowType["SECTION"] = "section";
RowType["LESSON"] = "lesson";
})(RowType || (RowType = {}));