UNPKG

react--customizable-chat-bot

Version:
8 lines (7 loc) 279 B
declare type Config = { onSuccess?: (registration: ServiceWorkerRegistration) => void; onUpdate?: (registration: ServiceWorkerRegistration) => void; }; export declare function register(config?: Config): void; export declare function unregister(): void; export {};