UNPKG

@selfcommunity/react-ui

Version:

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

20 lines (19 loc) 740 B
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;