@selfcommunity/react-ui
Version: 
React UI Components to integrate a Community created with SelfCommunity Platform.
24 lines (23 loc) • 886 B
TypeScript
export declare const MEDIA_TYPE_IMAGE = "image";
export declare const MEDIA_TYPE_VIDEO = "video";
export declare const MEDIA_TYPE_DOCUMENT = "doc";
export declare const MEDIA_TYPE_LINK = "link";
export declare const MEDIA_TYPE_URL = "url";
export declare const MEDIA_TYPE_SHARE = "share";
export declare const MEDIA_TYPE_EMBED = "embed";
export declare const MEDIA_TYPE_EVENT = "event";
/**
 * Embed types
 **/
export declare const MEDIA_EMBED_SC_LINK_TYPE = "sc_link";
export declare const MEDIA_EMBED_SC_SHARED_OBJECT = "sc_shared_object";
export declare const MEDIA_EMBED_SC_SHARED_EVENT = "sc_shared_event";
/**
 * Grid Images
 * MAX_GRID_IMAGES: max number of box rendered in feed preview
 */
export declare const MAX_GRID_IMAGES = 5;
/**
 * Default delay tracking seconds (fallback if not in the preference)
 */
export declare const DEFAULT_VIDEO_PLAY_TRACKING_DELAY_SECONDS = 3;