UNPKG

@selfcommunity/react-ui

Version:

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

8 lines (7 loc) 328 B
export const COURSE_TITLE_MAX_LENGTH = 50; export const COURSE_DESCRIPTION_MAX_LENGTH = 500; export var SCCourseFormStepType; (function (SCCourseFormStepType) { SCCourseFormStepType["GENERAL"] = "general"; SCCourseFormStepType["CUSTOMIZATION"] = "customization"; })(SCCourseFormStepType || (SCCourseFormStepType = {}));