UNPKG

next-pwa-pack

Version:

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

5 lines (4 loc) 191 B
export { default as PWAProvider } from "./components/PWAProvider"; export { usePWAStatus } from "./hooks/usePWAStatus"; export { withPWA } from "./hoc/withPWA"; export type * from "./types";