UNPKG

@selfcommunity/react-core

Version:

React Core Components useful for integrating UI Community components (react-ui).

9 lines (8 loc) 245 B
/** * Check if mobile native push notification is enabled */ export declare function isMobileNativeNotificationEnabled(): boolean; /** * Check if web push messaging is enabled */ export declare function isWebPushMessagingEnabled(): boolean;