shellphone.app/next-pwa.d.ts
2021-08-08 10:58:51 +08:00

8 lines
152 B
TypeScript

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