UNPKG

nuxt

Version:

Nuxt is a free and open-source framework with an intuitive and extendable way to create type-safe, performant and production-grade full-stack web applications and websites with Vue.js.

7 lines (6 loc) 259 B
import type { VueHeadClient } from '@unhead/vue/types'; /** * No-op `head.push` until the returned `unfreeze` runs. Plugin/transformer * augmentations on the same head are unaffected. */ export declare function freezeHead(head: VueHeadClient): () => void;