shellphone.app/next-pwa.d.ts

8 lines
152 B
TypeScript
Raw Normal View History

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