UNPKG

react-workbox

Version:

Manage installation and activation of service worker

8 lines (7 loc) 205 B
import { Context } from 'react'; interface ContextType { isUpdateWaiting: boolean; activateUpdate?: () => void; } declare const WorkboxContext: Context<ContextType>; export default WorkboxContext;