UNPKG

@selfcommunity/react-ui

Version:

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

10 lines (9 loc) 388 B
/** * Notification template type */ export var SCNotificationObjectTemplateType; (function (SCNotificationObjectTemplateType) { SCNotificationObjectTemplateType["SNIPPET"] = "snippet"; SCNotificationObjectTemplateType["DETAIL"] = "detail"; SCNotificationObjectTemplateType["TOAST"] = "toast"; })(SCNotificationObjectTemplateType || (SCNotificationObjectTemplateType = {}));