UNPKG

@cliqdigital/bloomreach-sdk

Version:

React component library for integrating Bloomreach SDK with push notifications support

15 lines (14 loc) 356 B
import React from 'react'; interface Props { } interface State { isRegistered: boolean; error: Error | null; } export declare class ServiceWorkerRegistration extends React.Component<Props, State> { constructor(props: Props); componentDidMount(): void; private registerServiceWorker; render(): React.JSX.Element | null; } export {};