UNPKG

@selfcommunity/react-ui

Version:

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

10 lines (9 loc) 205 B
/** * Type of ordering */ export declare enum SCCommentsOrderBy { ADDED_AT_DESC = "-added_at", ADDED_AT_ASC = "added_at", CONNECTION_DESC = "-connection", CONNECTION_ASC = "connection" }