We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0398f93 commit 5b26f88Copy full SHA for 5b26f88
src/runtime/composables/nuxtify.ts
@@ -1,3 +1,6 @@
1
+// Types
2
+import type { ModuleOptions } from '../types'
3
+
4
import { useAppConfig } from '#app'
5
-export const useNuxtifyConfig = () => useAppConfig().nuxtify
6
+export const useNuxtifyConfig = (): ModuleOptions => useAppConfig().nuxtify
0 commit comments