@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
10 lines (9 loc) • 378 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TabContentType = void 0;
var TabContentType;
(function (TabContentType) {
TabContentType["PARTICIPANTS"] = "participants";
TabContentType["INVITED"] = "invited";
TabContentType["REQUESTS"] = "requests";
})(TabContentType = exports.TabContentType || (exports.TabContentType = {}));