shellphone.app/next-pwa.d.ts

8 lines
152 B
TypeScript
Raw Normal View History

2021-08-08 02:58:28 +00:00
import type { BlitzConfig } from "blitz";
declare module "next-pwa" {
function withPWA(config: BlitzConfig): BlitzConfig;
export default withPWA;
}