UNPKG

@selfcommunity/react-ui

Version:

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

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