UNPKG

@selfcommunity/react-ui

Version:

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

10 lines (9 loc) 320 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ADD_EVENT_TO_CALENDAR = exports.CANCEL_EVENT = exports.GET_EVENT_LINK = void 0; /** * Actions */ exports.GET_EVENT_LINK = '_get_link'; exports.CANCEL_EVENT = '_cancel_event'; exports.ADD_EVENT_TO_CALENDAR = '_add_event_to_calendar';