UNPKG

@selfcommunity/react-ui

Version:

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

7 lines (6 loc) 175 B
/** * Feed constants */ export declare const WIDGET_PREFIX_KEY = "widget_"; export declare const DEFAULT_WIDGETS_NUMBER = 10; export declare const MAX_SUMMARY_LENGTH = 150;