Nuxt/packages/nuxt/src/app/composables/head.ts

5 lines
212 B
TypeScript
Raw Normal View History

// eslint-disable-next-line import/no-restricted-paths
export type { MetaObject } from '#head'
// eslint-disable-next-line import/no-restricted-paths
export { useHead, useSeoMeta, useServerSeoMeta } from '#head'