UNPKG

@selfcommunity/react-ui

Version:

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

20 lines (19 loc) 470 B
/** * FeedObject template type */ export declare enum SCFeedObjectTemplateType { SNIPPET = "snippet", PREVIEW = "preview", DETAIL = "detail", SEARCH = "search", SHARE = "share" } /** * FeedObject activities type */ export declare enum SCFeedObjectActivitiesType { RELEVANCE_ACTIVITIES = "relevant_activities", RECENT_COMMENTS = "recent_comments", FIRST_COMMENTS = "first_comments", CONNECTIONS_COMMENTS = "connections_comments" }