UNPKG

@selfcommunity/react-ui

Version:

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

9 lines (8 loc) 163 B
/** * Notification template type */ export declare enum SCNotificationObjectTemplateType { SNIPPET = "snippet", DETAIL = "detail", TOAST = "toast" }