UNPKG

@selfcommunity/react-ui

Version:

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

7 lines (6 loc) 170 B
/** * Actions */ export const GET_EVENT_LINK = '_get_link'; export const CANCEL_EVENT = '_cancel_event'; export const ADD_EVENT_TO_CALENDAR = '_add_event_to_calendar';