UNPKG

@selfcommunity/react-ui

Version:

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

13 lines (12 loc) 560 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SCNotificationObjectTemplateType = void 0; /** * Notification template type */ var SCNotificationObjectTemplateType; (function (SCNotificationObjectTemplateType) { SCNotificationObjectTemplateType["SNIPPET"] = "snippet"; SCNotificationObjectTemplateType["DETAIL"] = "detail"; SCNotificationObjectTemplateType["TOAST"] = "toast"; })(SCNotificationObjectTemplateType = exports.SCNotificationObjectTemplateType || (exports.SCNotificationObjectTemplateType = {}));