UNPKG

@selfcommunity/react-ui

Version:

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

20 lines (19 loc) 972 B
/** * Sections * @type {string} */ export declare const GENERAL_SECTION = "_general_section"; export declare const FLAG_CONTRIBUTION_SECTION = "_flag_contribution_section"; export declare const HIDE_CONTRIBUTION_SECTION = "_hide_contribution_section"; export declare const DELETE_CONTRIBUTION_SECTION = "_delete_contribution_section"; /** * Actions */ export declare const GET_CONTRIBUTION_PERMALINK = "_get_permalink"; export declare const EDIT_CONTRIBUTION = "_edit_contribution"; export declare const DELETE_CONTRIBUTION = "_delete_contribution"; export declare const RESTORE_CONTRIBUTION = "_restore_contribution"; export declare const SUSPEND_NOTIFICATION_CONTRIBUTION = "_suspend_notification_contribution"; export declare const SUSPEND_NOTIFICATION_EVENT = "_suspend_notification_event"; export declare const MODERATE_CONTRIBUTION_HIDDEN = "_moderate_contribution_hidden"; export declare const MODERATE_CONTRIBUTION_DELETED = "_moderate_contribution_deleted";