shellphone.app/next-pwa.d.ts
2021-08-20 08:31:18 +08:00

8 lines
152 B
TypeScript

import type { BlitzConfig } from "blitz";
declare module "next-pwa" {
function withPWA(config: BlitzConfig): BlitzConfig;
export default withPWA;
}