UNPKG

react-workbox

Version:

Manage installation and activation of service worker

7 lines (6 loc) 154 B
import { FC } from 'react'; declare const WorkboxProvider: FC<{ serviceWorkerUrl?: string; interval?: number; }>; export default WorkboxProvider;