UNPKG

next-pwa-pack

Version:

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

7 lines (6 loc) 208 B
interface SSERevalidateListenerProps { sseEndpoint?: string; enabled?: boolean; } export default function SSERevalidateListener({ sseEndpoint, enabled, }: SSERevalidateListenerProps): any; export {};