@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
11 lines (10 loc) • 384 B
JavaScript
export var TabContentType;
(function (TabContentType) {
TabContentType["STUDENTS"] = "students";
TabContentType["COMMENTS"] = "comments";
})(TabContentType || (TabContentType = {}));
export var InfoPositionType;
(function (InfoPositionType) {
InfoPositionType["FIRST"] = "first";
InfoPositionType["SECOND"] = "second";
})(InfoPositionType || (InfoPositionType = {}));