UNPKG

@vite-pwa/nuxt

Version:

Zero-config PWA for Nuxt 3

8 lines (7 loc) 229 B
import type { Plugin } from '#app'; import type { UnwrapNestedRefs } from 'vue'; import type { PwaInjection } from './types.js'; declare const plugin: Plugin<{ pwa?: UnwrapNestedRefs<PwaInjection>; }>; export default plugin;