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.
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 declarefunctionfreezeHead(head: VueHeadClient): () =>void;