UNPKG

@selfcommunity/react-ui

Version:

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

9 lines (8 loc) 230 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DELETE_GROUP = exports.GET_GROUP_LINK = void 0; /** * Actions */ exports.GET_GROUP_LINK = '_get_link'; exports.DELETE_GROUP = '_delete_event';