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.

10 lines (9 loc) 327 B
import { VueHeadClient } from "@unhead/vue/types"; //#region src/head/runtime/island-head.d.ts /** * No-op `head.push` until the returned `unfreeze` runs. Plugin/transformer * augmentations on the same head are unaffected. */ declare function freezeHead(head: VueHeadClient): () => void; //#endregion export { freezeHead };