UNPKG

next-pwa-pack

Version:

PWA cache provider for Next.js/React apps (service worker, manifest, offline page, SPA cache, offline)

1 lines 143 B
export{default as PWAProvider}from"./components/PWAProvider";export{usePWAStatus}from"./hooks/usePWAStatus";export{withPWA}from"./hoc/withPWA";