UNPKG

next-pwa-pack

Version:

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

6 lines (5 loc) 132 B
interface RegisterSWProps { swPath?: string; } export default function RegisterSW({ swPath }: RegisterSWProps): any; export {};