@@ -45,6 +45,7 @@ declare global {
4545 const eagerComputed : typeof import ( '@vueuse/core' ) [ 'eagerComputed' ]
4646 const effectScope : typeof import ( 'vue' ) [ 'effectScope' ]
4747 const extendRef : typeof import ( '@vueuse/core' ) [ 'extendRef' ]
48+ const getActiveHead : typeof import ( '@unhead/vue' ) [ 'getActiveHead' ]
4849 const getActivePinia : typeof import ( 'pinia' ) [ 'getActivePinia' ]
4950 const getCurrentInstance : typeof import ( 'vue' ) [ 'getCurrentInstance' ]
5051 const getCurrentScope : typeof import ( 'vue' ) [ 'getCurrentScope' ]
@@ -53,6 +54,7 @@ declare global {
5354 const h : typeof import ( 'vue' ) [ 'h' ]
5455 const ignorableWatch : typeof import ( '@vueuse/core' ) [ 'ignorableWatch' ]
5556 const inject : typeof import ( 'vue' ) [ 'inject' ]
57+ const injectHead : typeof import ( '@unhead/vue' ) [ 'injectHead' ]
5658 const injectLocal : typeof import ( '@vueuse/core' ) [ 'injectLocal' ]
5759 const installModules : typeof import ( '../src/utils/install' ) [ 'installModules' ]
5860 const isDark : typeof import ( '../src/composables/dark' ) [ 'isDark' ]
@@ -203,6 +205,8 @@ declare global {
203205 const useFullscreen : typeof import ( '@vueuse/core' ) [ 'useFullscreen' ]
204206 const useGamepad : typeof import ( '@vueuse/core' ) [ 'useGamepad' ]
205207 const useGeolocation : typeof import ( '@vueuse/core' ) [ 'useGeolocation' ]
208+ const useHead : typeof import ( '@unhead/vue' ) [ 'useHead' ]
209+ const useHeadSafe : typeof import ( '@unhead/vue' ) [ 'useHeadSafe' ]
206210 const useI18n : typeof import ( 'vue-i18n' ) [ 'useI18n' ]
207211 const useId : typeof import ( 'vue' ) [ 'useId' ]
208212 const useIdle : typeof import ( '@vueuse/core' ) [ 'useIdle' ]
@@ -260,6 +264,10 @@ declare global {
260264 const useScriptTag : typeof import ( '@vueuse/core' ) [ 'useScriptTag' ]
261265 const useScroll : typeof import ( '@vueuse/core' ) [ 'useScroll' ]
262266 const useScrollLock : typeof import ( '@vueuse/core' ) [ 'useScrollLock' ]
267+ const useSeoMeta : typeof import ( '@unhead/vue' ) [ 'useSeoMeta' ]
268+ const useServerHead : typeof import ( '@unhead/vue' ) [ 'useServerHead' ]
269+ const useServerHeadSafe : typeof import ( '@unhead/vue' ) [ 'useServerHeadSafe' ]
270+ const useServerSeoMeta : typeof import ( '@unhead/vue' ) [ 'useServerSeoMeta' ]
263271 const useSessionStorage : typeof import ( '@vueuse/core' ) [ 'useSessionStorage' ]
264272 const useShare : typeof import ( '@vueuse/core' ) [ 'useShare' ]
265273 const useSlots : typeof import ( 'vue' ) [ 'useSlots' ]
@@ -375,6 +383,7 @@ declare module 'vue' {
375383 readonly eagerComputed : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'eagerComputed' ] >
376384 readonly effectScope : UnwrapRef < typeof import ( 'vue' ) [ 'effectScope' ] >
377385 readonly extendRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'extendRef' ] >
386+ readonly getActiveHead : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'getActiveHead' ] >
378387 readonly getActivePinia : UnwrapRef < typeof import ( 'pinia' ) [ 'getActivePinia' ] >
379388 readonly getCurrentInstance : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentInstance' ] >
380389 readonly getCurrentScope : UnwrapRef < typeof import ( 'vue' ) [ 'getCurrentScope' ] >
@@ -383,6 +392,7 @@ declare module 'vue' {
383392 readonly h : UnwrapRef < typeof import ( 'vue' ) [ 'h' ] >
384393 readonly ignorableWatch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'ignorableWatch' ] >
385394 readonly inject : UnwrapRef < typeof import ( 'vue' ) [ 'inject' ] >
395+ readonly injectHead : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'injectHead' ] >
386396 readonly injectLocal : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'injectLocal' ] >
387397 readonly installModules : UnwrapRef < typeof import ( '../src/utils/install' ) [ 'installModules' ] >
388398 readonly isDark : UnwrapRef < typeof import ( '../src/composables/dark' ) [ 'isDark' ] >
@@ -533,6 +543,8 @@ declare module 'vue' {
533543 readonly useFullscreen : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFullscreen' ] >
534544 readonly useGamepad : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGamepad' ] >
535545 readonly useGeolocation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useGeolocation' ] >
546+ readonly useHead : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'useHead' ] >
547+ readonly useHeadSafe : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'useHeadSafe' ] >
536548 readonly useI18n : UnwrapRef < typeof import ( 'vue-i18n' ) [ 'useI18n' ] >
537549 readonly useId : UnwrapRef < typeof import ( 'vue' ) [ 'useId' ] >
538550 readonly useIdle : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useIdle' ] >
@@ -590,6 +602,10 @@ declare module 'vue' {
590602 readonly useScriptTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScriptTag' ] >
591603 readonly useScroll : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScroll' ] >
592604 readonly useScrollLock : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScrollLock' ] >
605+ readonly useSeoMeta : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'useSeoMeta' ] >
606+ readonly useServerHead : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'useServerHead' ] >
607+ readonly useServerHeadSafe : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'useServerHeadSafe' ] >
608+ readonly useServerSeoMeta : UnwrapRef < typeof import ( '@unhead/vue' ) [ 'useServerSeoMeta' ] >
593609 readonly useSessionStorage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSessionStorage' ] >
594610 readonly useShare : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useShare' ] >
595611 readonly useSlots : UnwrapRef < typeof import ( 'vue' ) [ 'useSlots' ] >
0 commit comments