mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-16 02:44:51 +00:00
5 lines
212 B
TypeScript
5 lines
212 B
TypeScript
// 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'
|