@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
11 lines (10 loc) • 540 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.SCCourseFormStepType = exports.COURSE_DESCRIPTION_MAX_LENGTH = exports.COURSE_TITLE_MAX_LENGTH = void 0;
exports.COURSE_TITLE_MAX_LENGTH = 50;
exports.COURSE_DESCRIPTION_MAX_LENGTH = 500;
var SCCourseFormStepType;
(function (SCCourseFormStepType) {
SCCourseFormStepType["GENERAL"] = "general";
SCCourseFormStepType["CUSTOMIZATION"] = "customization";
})(SCCourseFormStepType = exports.SCCourseFormStepType || (exports.SCCourseFormStepType = {}));
;